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. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public bool AutoSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoSize As Boolean |
A boolean value.
RemarksIf this property is set to true the values of StartWidth and EndWidth properties are ignored.
See Also