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

適用対象