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 |
---|
UIKit.UIColor |
EndOffset
Gets or sets the major and minor tick end offset
Declaration
public float EndOffset { get; set; }
Property Value
Type |
---|
System.Single |
Offset
Gets or sets the major and minor tick, in term of factor
Declaration
public nfloat Offset { get; set; }
Property Value
Type |
---|
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 |
---|
System.nfloat |
StartOffset
Gets or sets the major and minor tick Start offset
Declaration
public float StartOffset { get; set; }
Property Value
Type |
---|
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 |
---|
System.nfloat |