menu

WPF

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

    Show / Hide Table of Contents

    Class GaugeElement

    Represents the Gauge element's border and background brushes.

    Inheritance
    System.Object
    GaugeElement
    CircularPointer
    LinearPointer
    LocalizableGaugeElement
    PointerCap
    RangeBase
    TickBase
    Namespace: Syncfusion.Windows.Gauge
    Assembly: Syncfusion.Gauge.WPF.dll
    Syntax
    public class GaugeElement : Control
    Remarks

    All the base classes of the gauge elements, such as RangeBase and TickBase and classes such as LinearPointer, CircularPointer and PointerCap derives from this class.

    Constructors

    GaugeElement()

    Declaration
    public GaugeElement()

    Fields

    BackgroundBrushProperty

    Identifies the BackgroundBrush dependency property.

    Declaration
    public static readonly DependencyProperty BackgroundBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    BorderBrushProperty

    Identifies the BorderBrush dependency property.

    Declaration
    public static readonly DependencyProperty BorderBrushProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    BorderWidthProperty

    Identifies the BorderWidth dependency property.

    Declaration
    public static readonly DependencyProperty BorderWidthProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    BackgroundBrush

    Gets or sets the background brush of the element. This is a dependency property.

    Declaration
    public Brush BackgroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    Type: System.Windows.Media.Brush

    BorderBrush

    Gets or sets the border brush of the element. This is a dependency property.

    Declaration
    public Brush BorderBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    Type: System.Windows.Media.Brush

    BorderWidth

    Gets or sets the border width of the element. This is a dependency property.

    Declaration
    public double BorderWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Type: System.Double Default value is 0.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved