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

プロパティ値

TickBarPlacementTickBar レイアウト内のStyleの位置を識別するSlider列挙値。 既定値は Top です。

属性

注釈

Placement値は、選択範囲の終点インジケーターなど、TickBarの可視部分が正しく表示されるようにするために使用されます。

依存関係プロパティ情報

品目 価値
識別子フィールド PlacementProperty
に設定されたメタデータ プロパティ true AffectsRender

適用対象