Class DataAxisTickBase
Inheritance
System.Object
DataAxisTickBase
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class DataAxisTickBase : RadControl, IDataAxisItem
Fields
Declaration
public static readonly DependencyProperty StrokeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Brush Stroke { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
Declaration
public double TickLength { get; set; }
Property Value
Extension Methods