Xamarin.Android

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

    Show / Hide Table of Contents

    Class LinearTickSettings

    Represents the linear tick settings

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

    Constructors

    LinearTickSettings()

    Declaration
    public LinearTickSettings()

    Properties

    Color

    Gets or sets the color for the tick

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

    Length

    Gets or sets the length for the tick

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

    Offset

    Gets or sets distance factor for the major ticks.

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

    StrokeWidth

    Gets or sets the thickness for the tick

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