TickBar::TickFrequency Property
.NET Framework (current version)
Gets or sets the interval between tick marks.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property double TickFrequency { double get(); void set(double value); }
If the Ticks property is set to a value that is not null, the TickFrequency property is not used. Tick marks are drawn at the interval that is specified by the TickFrequency property, starting at the value of the Minimum property and continuing until the value of the Maximum property is reached.
Identifier field | |
Metadata properties set to true |
.NET Framework
Available since 3.0
Available since 3.0
Show: