AutoCompact Property (ChartSelectDataSource)
In This Topic
Gets or sets a value indicating whether the form will transform to compact mode automatically (when user is selecting).
Syntax
'Declaration
Protected Property AutoCompact As Boolean
'Usage
Dim instance As ChartSelectDataSource
Dim value As Boolean
instance.AutoCompact = value
value = instance.AutoCompact
protected bool AutoCompact {get; set;}
Property Value
true
if the form will transform to compact mode automatically; otherwise,
false
.
See Also