GUIImageModelTileSizeSerialized Property
|
Defines the size of the tiling used to display this Image.
Namespace:
Livit.Learn.Model.GUIAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic string TileSizeSerialized { get; set; }
Property Value
Type:
String
Remarks
Requires the ResizeMode property to be set to TiledOffset.
The TileSize must be in Vector2 format (e.g., 0,0).
See Also