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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.