TickBar.Placement 属性

定义

获取或设置与 Track 控件的 Slider 相关的刻度线显示位置。

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

属性值

TickBarPlacement

标识在 TickBarPlacementTickBar 布局中 Style 位置的 Slider 枚举值。 默认值是 Top

属性

注解

Placement该值用于确保正确显示所选区域的可见部分TickBar,例如所选区域的终点指示器。

依赖项属性信息

标识符字段 PlacementProperty
元数据属性设置为 true AffectsRender

适用于