menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfDigitalGauge - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfDigitalGauge

    DigitalGauge Control

    Inheritance
    System.Object
    SfDigitalGauge
    Namespace: Com.Syncfusion.Gauges.SfDigitalGauge
    Assembly: Syncfusion.SfGauge.Android.dll
    Syntax
    public class SfDigitalGauge : FrameLayout

    Constructors

    SfDigitalGauge(Context)

    Initializes a new instance of the SfDigitalGauge class .

    Declaration
    public SfDigitalGauge(Context context)
    Parameters
    Type Name Description
    Android.Content.Context context

    to get context

    SfDigitalGauge(Context, IAttributeSet)

    Initializes a new instance of the SfDigitalGauge class .

    Declaration
    public SfDigitalGauge(Context context, IAttributeSet attrs)
    Parameters
    Type Name Description
    Android.Content.Context context

    to get context

    Android.Util.IAttributeSet attrs

    to get attributes

    Properties

    CharacterHeight

    Gets or sets the height for digital gauge

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

    CharactersSpacing

    Gets or sets the spacing for character of digital gauge

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

    CharacterStroke

    Gets or sets the stroke thickness of character

    Declaration
    public int CharacterStroke { get; set; }
    Property Value
    Type
    System.Int32

    CharacterType

    Gets or sets the character segment type of digital gauge.

    Declaration
    public CharacterTypes CharacterType { get; set; }
    Property Value
    Type
    CharacterTypes

    CharacterWidth

    Gets or sets the width of character

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

    DimmedSegmentAlpha

    Gets or sets the opacity value for segment.

    Declaration
    public int DimmedSegmentAlpha { get; set; }
    Property Value
    Type
    System.Int32

    DimmedSegmentColor

    Gets or sets the opacity value for segment.

    Declaration
    public int DimmedSegmentColor { get; set; }
    Property Value
    Type
    System.Int32

    EnableRTLFormat

    Gets or sets a value indicating whether enable RTL format for digital gauge.

    Declaration
    public bool EnableRTLFormat { get; set; }
    Property Value
    Type
    System.Boolean

    SegmentStrokeWidth

    Gets or sets the segment stroke width of digital gauge.

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

    StrokeType

    Gets or sets the stroke type for digital gauge

    Declaration
    public StrokeType StrokeType { get; set; }
    Property Value
    Type
    StrokeType

    Value

    Gets or sets the value of gauge.

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    System.String

    Methods

    Dispose(Boolean)

    To dispose the object

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    to dispose the object

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