TickBar.Placement Property

Definition

Gets or sets where tick marks appear relative to a Track of a Slider control.

public:
 property System::Windows::Controls::Primitives::TickBarPlacement Placement { System::Windows::Controls::Primitives::TickBarPlacement get(); void set(System::Windows::Controls::Primitives::TickBarPlacement value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Controls.Primitives.TickBarPlacement Placement { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Placement : System.Windows.Controls.Primitives.TickBarPlacement with get, set
Public Property Placement As TickBarPlacement

Property Value

A TickBarPlacement enumeration value that identifies the position of the TickBar in the Style layout of a Slider. The default value is Top.

Attributes

Remarks

The Placement value is used to make sure that the visible parts of the TickBar, such as the end point indicators of a selection range, are displayed correctly.

Dependency Property Information

Identifier field PlacementProperty
Metadata properties set to true AffectsRender

Applies to