Class CircularGaugeAdorner
Represents the adorner that displays the child elements of the circular gauge control.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Gauge
Assembly: Syncfusion.Gauge.WPF.dll
Syntax
public class CircularGaugeAdorner : GaugeAdorner, IDisposable
Remarks
All the elements of the CircularGauge are laid on top of the CircularGaugeAdorner.
Constructors
CircularGaugeAdorner(UIElement)
Initializes a new instance of the CircularGaugeAdorner class.
Declaration
public CircularGaugeAdorner(UIElement adornedElement)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | adornedElement | Represents adorned element. |
Fields
RadiusProperty
Identifies the Radius dependency property.
Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Radius
Gets or sets the radius for the adorner. This is a dependency property.
Declaration
public double Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Type: System.Double |
Methods
OnRadiusChanged(DependencyPropertyChangedEventArgs)
Updates property value cache and raises RadiusChanged event.
Declaration
protected virtual void OnRadiusChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | Property change details, such as old value and new value. |
Events
RadiusChanged
Event that is raised when Radius property is changed.
Declaration
public event PropertyChangedCallback RadiusChanged
Event Type
Type |
---|
System.Windows.PropertyChangedCallback |
Implements
System.IDisposable