TickBar::Placement Property

 

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

Namespace:   System.Windows.Controls.Primitives
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
[BindableAttribute(true)]
property TickBarPlacement Placement {
	TickBarPlacement get();
	void set(TickBarPlacement value);
}

Property Value

Type: System.Windows.Controls.Primitives::TickBarPlacement

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

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.

Identifier field

PlacementProperty

Metadata properties set to true

AffectsRender

.NET Framework
Available since 3.0
Return to top
Show: