IsClustered Property (Bar3D)
In This Topic
Gets whether the element can be clustered.
Syntax
'Declaration
Protected Overrides ReadOnly Property IsClustered As Boolean
'Usage
Dim instance As Bar3D
Dim value As Boolean
value = instance.IsClustered
protected override bool IsClustered {get;}
See Also