Search
Range.AutoSize Property
See Also
 





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

 Syntax

C#  Copy Code

public bool AutoSize { get; set; }

Visual Basic  Copy Code

Public Property AutoSize As Boolean

 Property Value

A boolean value.

 Remarks

If this property is set to true the values of StartWidth and EndWidth properties are ignored.

 See Also