Class LinearScaleLabel
Represents the label in linear scale.
Inheritance
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.UWP.dll
Syntax
public class LinearScaleLabel : Control
Constructors
LinearScaleLabel()
Initializes a new instance of the LinearScaleLabel class.
Declaration
public LinearScaleLabel()
Fields
LabelFormatProperty
Using a DependencyProperty as the backing store for LabelFormat. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LabelProperty
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LabelSizeProperty
Using a DependencyProperty as the backing store for LabelSize. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelSizeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LabelStrokeProperty
Using a DependencyProperty as the backing store for LabelStroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelStrokeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LabelTemplateProperty
Using a DependencyProperty as the backing store for LabelTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Label
Declaration
public object Label { get; set; }
Property Value
Type |
---|
System.Object |
LabelFormat
Gets or set the format to format the label content.
Declaration
public string LabelFormat { get; set; }
Property Value
Type |
---|
System.String |
LabelSize
Gets or sets the font size of labels in the linear scale.
Declaration
public double LabelSize { get; set; }
Property Value
Type |
---|
System.Double |
LabelStroke
Gets or sets the color of labels in the linear scale.
Declaration
public Brush LabelStroke { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
LabelTemplate
Gets or sets the template for customizing the label.
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |