Gets or sets a value indicating whether the start and end width of the range will be automatically adjusted to match the width of the scale.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public bool AutoSize { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoSize As Boolean |
true to adjust the size of the range; false to use the appropriate size values.
If this property is set to true the values of StartWidth and EndWidth properties are ignored.