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
Item | Value |
---|---|
Identifier field | PlacementProperty |
Metadata properties set to true |
AffectsRender |
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.