TickBar.Minimum Property

Definition

Gets or sets the minimum value that is possible for a tick mark.

public:
 property double Minimum { double get(); void set(double value); };
[System.ComponentModel.Bindable(true)]
public double Minimum { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Minimum : double with get, set
Public Property Minimum As Double

Property Value

The smallest possible value for a tick mark. The default value is zero (0.0).

Attributes

Remarks

Primary ticks are displayed for the Minimum and Maximum values, and secondary ticks are displayed for other values. For a horizontal TickBar, the height of the primary ticks is equal to the ActualHeight of the TickBar. For a vertical TickBar, the width of the primary ticks is equal to the ActualWidth of the TickBar. The size of the secondary ticks is 75 percent of the size of the primary ticks.

Dependency Property Information

Identifier field MinimumProperty
Metadata properties set to true AffectsRender

Applies to

See also