Class MarkerGaugeIndicator
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MarkerGaugeIndicator : GaugeIndicator
Constructors
MarkerGaugeIndicator()
Declaration
public MarkerGaugeIndicator()
Fields
ContentProperty
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
Microsoft.
|
ContentTemplateProperty
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
Microsoft.
|
IsRotatedProperty
Declaration
public static readonly DependencyProperty IsRotatedProperty
Field Value
Microsoft.
|
Properties
Content
Declaration
public object Content { get; set; }
Property Value
System.
|
ContentTemplate
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
Microsoft.
|
IsRotated
Declaration
public bool IsRotated { get; set; }
Property Value
System.
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Windows.
|
Returns
Windows.
|
Overrides
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Windows.
|
Returns
Windows.
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|