menu

UWP

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

    Show / Hide Table of Contents

    Class GaugeAnnotation

    Represents a gauge annotation class, which holds Angle, Offset and position properties to visualize the annotations.

    Inheritance
    System.Object
    GaugeAnnotation
    Namespace: Syncfusion.UI.Xaml.Gauges
    Assembly: Syncfusion.SfGauge.UWP.dll
    Syntax
    public class GaugeAnnotation : ContentControl

    Constructors

    GaugeAnnotation()

    Initializes a new instance of the class.

    Declaration
    public GaugeAnnotation()

    Fields

    AngleProperty

    Using a DependencyProperty as the backing store for Angle. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty AngleProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    HorizontalPositionProperty

    Using a DependencyProperty as the backing store for Horizontal alignment. This enables styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HorizontalPositionProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    OffsetProperty

    Using a DependencyProperty as the backing store for Offset. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty OffsetProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    VerticalPositionProperty

    Using a DependencyProperty as the backing store for Horizontal alignment. This enables styling, binding, etc...

    Declaration
    public static readonly DependencyProperty VerticalPositionProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    ViewMarginProperty

    Using a DependencyProperty as the backing store for view margin.

    Declaration
    public static readonly DependencyProperty ViewMarginProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    Angle

    Gets or sets double property that describes the angle value for a gauge annotation.

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

    Gauge

    Gets circular gauge instance that describes the annotation dependent.

    Declaration
    public SfCircularGauge Gauge { get; }
    Property Value
    Type
    SfCircularGauge

    HorizontalPosition

    Gets or sets ViewAlignment value that represents horizontal position of annotation.

    Declaration
    public ViewAlignment HorizontalPosition { get; set; }
    Property Value
    Type
    ViewAlignment

    Offset

    Gets or sets double value that describes offset position value of gauge annotation.

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

    VerticalPosition

    Gets or sets ViewAlignment that describes the vertical alignment value of annotation.

    Declaration
    public ViewAlignment VerticalPosition { get; set; }
    Property Value
    Type
    ViewAlignment

    ViewMargin

    Gets or sets a value for header offset

    Declaration
    public Point ViewMargin { get; set; }
    Property Value
    Type
    Windows.Foundation.Point

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved