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 |
---|
UIKit.UIColor |
Length
Gets or sets length value of the Ticks
Declaration
public nfloat Length { get; set; }
Property Value
Type |
---|
System.nfloat |
Offset
Gets or sets offSet value of the Ticks
Declaration
public nfloat Offset { get; set; }
Property Value
Type |
---|
System.nfloat |
Thickness
Gets or sets thickness value of the Ticks
Declaration
public nfloat Thickness { get; set; }
Property Value
Type |
---|
System.nfloat |