Class ScalePrimitive
Inheritance
System.Object
ScalePrimitive
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ScalePrimitive : RangeControlBase
Constructors
Fields
Declaration
public static readonly DependencyProperty LabelPlacementProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LineStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickFrequencyProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickPlacementProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TickThicknessProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public ScaleElementPlacement LabelPlacement { get; set; }
Property Value
Declaration
public Style LabelStyle { get; set; }
Property Value
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public Style LineStyle { get; set; }
Property Value
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Declaration
public double TickFrequency { get; set; }
Property Value
Declaration
public double TickLength { get; set; }
Property Value
Declaration
public ScaleElementPlacement TickPlacement { get; set; }
Property Value
Declaration
public Style TickStyle { get; set; }
Property Value
Declaration
public DataTemplate TickTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public double TickThickness { get; set; }
Property Value
Methods
Declaration
protected override bool ApplyTemplateCore()
Returns
Overrides
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
Overrides
Declaration
protected override void OnTemplateApplied()
Overrides
Declaration
protected override void UnapplyTemplateCore()
Overrides
Extension Methods