Xamarin.Android

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

    Show / Hide Table of Contents

    Class TickSetting

    Represents TicksSettings in the CircularScale

    Inheritance
    System.Object
    TickSetting
    Namespace: Com.Syncfusion.Gauges.SfCircularGauge
    Assembly: Syncfusion.SfGauge.Android.dll
    Syntax
    public class TickSetting : Object
    Remarks

    Contains customizable settings for Major and Minor ticks in the CircularScale

    Constructors

    TickSetting()

    Declaration
    public TickSetting()

    Properties

    Color

    Gets or sets the color for the tick

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

    EndOffset

    Gets or sets the size for the tick

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

    Offset

    Gets or sets the offset for the ticks.

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

    Size

    Gets or sets the size for the tick

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

    StartOffset

    Gets or sets the size for the tick

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

    Width

    Gets or sets the width for the tick

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved