Class LocalizableGaugeElement
Represents the gauge elements that can be placed on a particular location within the Gauge using the Location property
Inheritance
System.Object
LocalizableGaugeElement
Inherited Members
Namespace: Syncfusion.Windows.Gauge
Assembly: Syncfusion.Gauge.WPF.dll
Syntax
public class LocalizableGaugeElement : GaugeElement
Remarks
All the localizable gauge elements inherits this Class.
Constructors
LocalizableGaugeElement()
Declaration
public LocalizableGaugeElement()
Fields
LocationProperty
Identifies the Location dependency property.
Declaration
public static readonly DependencyProperty LocationProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
Location
Gets or sets the location of the element. This is a dependency property.
Declaration
public Point Location { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Point | Type: System.Windows.Point Default value is 50,50. |
Methods
OnLocationChanged(DependencyPropertyChangedEventArgs)
Updates property value cache and raises LocationChanged event.
Declaration
protected virtual void OnLocationChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | Property change details, such as old value and new value. |
Events
LocationChanged
Event that is raised when Location property is changed.
Declaration
public event PropertyChangedCallback LocationChanged
Event Type
Type |
---|
System.Windows.PropertyChangedCallback |