Class UpDownButtonSettings
UPDownButton settings class
Inheritance
System.Object
UpDownButtonSettings
Namespace: Syncfusion.SfNumericUpDown.iOS
Assembly: Syncfusion.SfNumericUpDown.iOS.dll
Syntax
public class UpDownButtonSettings : Object
Constructors
UpDownButtonSettings()
Initializes a new instance of the UpDownButtonSettings class.
Declaration
public UpDownButtonSettings()
Properties
BackgroundColor
Gets or sets the value of Button Background Color.
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
ButtonFontColor
Gets or sets the value of Button Font Color
Declaration
public UIColor ButtonFontColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
ButtonFontIcon
Gets or sets the value of Button font Icon .
Declaration
public string ButtonFontIcon { get; set; }
Property Value
Type |
---|
System.String |
ButtonFontIconFontFamily
Gets or sets the value of Button Font Icon Font Family
Declaration
public string ButtonFontIconFontFamily { get; set; }
Property Value
Type |
---|
System.String |
ButtonFontSize
Gets or sets the value of Button font size field.
Declaration
public nfloat ButtonFontSize { get; set; }
Property Value
Type |
---|
System.nfloat |
ButtonHeight
Gets or sets the value of Button height method.
Declaration
public nfloat ButtonHeight { get; set; }
Property Value
Type |
---|
System.nfloat |
ButtonImage
Gets or sets the value of Button image property.
Declaration
public string ButtonImage { get; set; }
Property Value
Type |
---|
System.String |
ButtonView
Gets or sets the value of Button view
Declaration
public UIView ButtonView { get; set; }
Property Value
Type |
---|
UIKit.UIView |
ButtonWidth
Gets or sets the vaalue of Button Width field.
Declaration
public nfloat ButtonWidth { get; set; }
Property Value
Type |
---|
System.nfloat |
HighlightedBackgroundColor
Gets or sets the value of Button Pressed Color.
Declaration
public UIColor HighlightedBackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
HighlightedFontColor
Gets or sets the value of Button Highlight Font Color.
Declaration
public UIColor HighlightedFontColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |