Class SFMonthInlineViewStyle
Month inline view style to customize the appearance of the month inline view
Inheritance
System.Object
SFMonthInlineViewStyle
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class SFMonthInlineViewStyle : NSObject
Constructors
SFMonthInlineViewStyle()
Initializes a new instance of the SFMonthInlineViewStyle class
Declaration
public SFMonthInlineViewStyle()
Properties
BackgroundColor
Gets or sets the Background color for month inline view
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TextColor
Gets or sets the Text color for month inline view
Declaration
public UIColor TextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TextStyle
Gets or sets the Text style for month inline view
Declaration
public UIFont TextStyle { get; set; }
Property Value
Type |
---|
UIKit.UIFont |
TimeTextColor
Gets or sets the Time text color for month inline view
Declaration
public UIColor TimeTextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TimeTextFormat
Gets or sets the Time text format for month inline view
Declaration
public NSString TimeTextFormat { get; set; }
Property Value
Type |
---|
Foundation.NSString |
TimeTextStyle
Gets or sets the Time text style for month inline view
Declaration
public UIFont TimeTextStyle { get; set; }
Property Value
Type |
---|
UIKit.UIFont |