menu

WPF

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

    Show / Hide Table of Contents

    Class CircularScaleLabel

    It helps the user to display scale labels that associate a numeric value with major scale tick marks

    Inheritance
    System.Object
    CircularScaleLabel
    Namespace: Syncfusion.UI.Xaml.Gauges
    Assembly: Syncfusion.SfGauge.WPF.dll
    Syntax
    public class CircularScaleLabel : Control

    Constructors

    CircularScaleLabel()

    Initializes a new instance of the CircularScaleLabel class.

    Declaration
    public CircularScaleLabel()

    Fields

    AngleProperty

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

    ContentProperty

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

    ForegroundProperty

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

    Properties

    Angle

    Gets or sets the Angle of the CircularScaleLabel.

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

    double

    Content

    Gets or sets the label has to be displayed.

    Declaration
    public object Content { get; set; }
    Property Value
    Type Description
    System.Object

    object

    Foreground

    Gets or sets the brush that describes the Foreground of the CircularScaleLabel.

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

    Brush

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