ColumnSpan Property (GridTile)
In This Topic
Gets or sets the column spans occupied by this tile.
Syntax
'Declaration
Public Property ColumnSpan As System.Integer
'Usage
Dim instance As GridTile
Dim value As System.Integer
instance.ColumnSpan = value
value = instance.ColumnSpan
public System.int ColumnSpan {get; set;}
public read-write property ColumnSpan: System.Integer;
public function get,set ColumnSpan : System.int
public: __property System.int get_ColumnSpan();
public: __property void set_ColumnSpan(
System.int value
);
public:
property System.int ColumnSpan {
System.int get();
void set ( System.int value);
}
See Also