TickBar.Placement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
A TickBarPlacement enumeration value that identifies the position of the TickBar in the Style layout of a Slider. The default value is Top.
- Attributes
Remarks
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.
Dependency Property Information
Identifier field | PlacementProperty |
Metadata properties set to true |
AffectsRender |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET