Share via


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

TickBarPlacement 列舉值,識別 TickBarStyle 配置中,Slider 的位置。 預設值是 Top

屬性

備註

Placement 是用來確定 的可見部分 TickBar ,例如選取範圍的終點指標正確顯示。

相依性屬性資訊

識別碼欄位 PlacementProperty
中繼資料屬性設定為 true AffectsRender

適用於