DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.Collapsed | Methods | Properties
Checks if the layer is collapsed? Collapsed means only the layer's title will be visible inside the legend.
// C# public Boolean Collapsed { get {} set {} }
' VisualBasic Public Property Collapsed As Boolean Get End Get Set(ByVal value As Boolean) End Set End Property
// Oxygene public property Collapsed : Boolean read read;
Type |
---|
bool Boolean |