Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SFTickSettings

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

    Constructors

    SFTickSettings()

    Declaration
    public SFTickSettings()

    Properties

    Color

    Gets or sets the color of the major and minor tick

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

    EndOffset

    Gets or sets the major and minor tick end offset

    Declaration
    public float EndOffset { get; set; }
    Property Value
    Type Description
    System.Single

    Offset

    Gets or sets the major and minor tick, in term of factor

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

    Size

    Gets or sets the length or height of the major and minor tick

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

    StartOffset

    Gets or sets the major and minor tick Start offset

    Declaration
    public float StartOffset { get; set; }
    Property Value
    Type Description
    System.Single

    Width

    Gets or sets the width or thickness of the major and minor tick

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