| PackedTextureNumberOfColumns Property |
Gets or sets the number of columns in the tile set.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public int NumberOfColumns { get; set; }
Public Property NumberOfColumns As Integer
Get
Set
public:
property int NumberOfColumns {
int get ();
void set (int value);
}
member NumberOfColumns : int with get, set
Property Value
Type:
Int32The number of columns in the tile set. The default value is 1.
Exceptions See Also