Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFLinearTickSettings

    Inheritance
    System.Object
    SFLinearTickSettings
    Namespace: Syncfusion.SfGauge.iOS
    Assembly: Syncfusion.SfGauge.iOS.dll
    Syntax
    public class SFLinearTickSettings : NSObject

    Constructors

    SFLinearTickSettings()

    Declaration
    public SFLinearTickSettings()

    Properties

    Color

    Gets or sets color of the Ticks

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    Length

    Gets or sets length value of the Ticks

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

    Offset

    Gets or sets offSet value of the Ticks

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

    Thickness

    Gets or sets thickness value of the Ticks

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