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