menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LocalizableGaugeElement - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LocalizableGaugeElement

    Represents the gauge elements that can be placed on a particular location within the Gauge using the Location property

    Inheritance
    System.Object
    GaugeElement
    LocalizableGaugeElement
    CircularCustomLabel
    GaugeCustomLabel
    GaugeImage
    ScaleBase
    StateIndicator
    Inherited Members
    GaugeElement.BackgroundBrush
    GaugeElement.BackgroundBrushProperty
    GaugeElement.BorderBrush
    GaugeElement.BorderBrushProperty
    GaugeElement.BorderWidth
    GaugeElement.BorderWidthProperty
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved