TickBar.Ticks Property

Definition

Gets or sets the positions of the tick marks.

public:
 property System::Windows::Media::DoubleCollection ^ Ticks { System::Windows::Media::DoubleCollection ^ get(); void set(System::Windows::Media::DoubleCollection ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Media.DoubleCollection Ticks { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Ticks : System.Windows.Media.DoubleCollection with get, set
Public Property Ticks As DoubleCollection

Property Value

A DoubleCollection that specifies the locations of the tick marks. The default value is null.

Attributes

Remarks

Tick marks that are defined by the Ticks property and that are outside the range that is defined by the Minimum and Maximum property values do not appear.

When the Ticks property is set, the TickFrequency property is not used.

Dependency Property Information

Identifier field TicksProperty
Metadata properties set to true AffectsRender

Applies to

See also