Tile.RowSpan Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="rowSpan")]
public int? RowSpan { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rowSpan")>]
member this.RowSpan : Nullable<int> with get, set
Public Property RowSpan As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to