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