ClassMarkerGaugeIndicator
This class represents a marker indicator that is usually placed somewhere near the ticks of the owner range.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class MarkerGaugeIndicator : GaugeIndicator
Inheritance: objectRadControlGaugeIndicatorMarkerGaugeIndicator
Inherited Members
Constructors
MarkerGaugeIndicator()
Initializes a new instance of the MarkerGaugeIndicator class.
Declaration
public MarkerGaugeIndicator()
Fields
ContentProperty
Identifies the Content dependency property.
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
DependencyProperty
ContentTemplateProperty
Identifies the ContentTemplate dependency property.
Declaration
public static readonly DependencyProperty ContentTemplateProperty
Field Value
DependencyProperty
IsRotatedProperty
Identifies the IsRotated dependency property.
Declaration
public static readonly DependencyProperty IsRotatedProperty
Field Value
DependencyProperty
Properties
Content
Gets or sets the template for the marker.
ContentTemplate
Gets or sets the template for the marker.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
DataTemplate
IsRotated
Gets or sets a value indicating whether the marker will rotate in place as well as around the center of a radial range or whether it will rotate automatically in a linear range when its orientation is Vertical.
Methods
ApplyTemplateCore()
Initializes the template parts of the indicator (see the TemplatePart attributes for more information).
ArrangeOverride(Size)
Called in the arrange pass of the layout system.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
The final size that was given by the layout system.
Returns
Size
The final size of the panel.
Overrides
MeasureOverride(Size)
Called in the measure layout pass to determine the desired size.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
The available size that was given by the layout system.
Returns
Size
Returns the desired size of the indicator.
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
protected override void OnTemplateApplied()
Overrides