TickBar.Ticks 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.
Gets or sets the positions of the tick marks.
public:
property System::Windows::Media::DoubleCollection ^ Ticks { System::Windows::Media::DoubleCollection ^ get(); void set(System::Windows::Media::DoubleCollection ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Media.DoubleCollection Ticks { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Ticks : System.Windows.Media.DoubleCollection with get, set
Public Property Ticks As DoubleCollection
Property Value
A DoubleCollection that specifies the locations of the tick marks. The default value is null
.
- Attributes
Remarks
Tick marks that are defined by the Ticks property and that are outside the range that is defined by the Minimum and Maximum property values do not appear.
When the Ticks property is set, the TickFrequency property is not used.
Dependency Property Information
Identifier field | TicksProperty |
Metadata properties set to true |
AffectsRender |
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.