BlueprintModel.Layout Property

Definition

Gets or sets layout view of the blueprint definition for UI reference.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.layout")]
public object Layout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.layout")>]
member this.Layout : obj with get, set
Public Property Layout As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to