TilesetGraphicsExtensionTilesetGraphics Property  | 
 
            Gets or sets the graphical properties of the tileset.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic TilesetGraphics TilesetGraphics { get; set; }Public Property TilesetGraphics As TilesetGraphics
	Get
	Set
public:
virtual property TilesetGraphics^ TilesetGraphics {
	TilesetGraphics^ get () sealed;
	void set (TilesetGraphics^ value) sealed;
}abstract TilesetGraphics : TilesetGraphics with get, set
override TilesetGraphics : TilesetGraphics with get, set
Property Value
Type: 
TilesetGraphicsImplements
ITilesetGraphicsServiceTilesetGraphics
See Also