Class MonthInlineViewStyle
Indicates the style for month inline view
Inheritance
System.Object
MonthInlineViewStyle
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class MonthInlineViewStyle : Object
Constructors
MonthInlineViewStyle()
Declaration
public MonthInlineViewStyle()
Properties
BackgroundColor
Gets or sets the BackgroundColor View of SfSchedule.
Declaration
public int BackgroundColor { get; set; }
Property Value
Type |
---|
System.Int32 |
TextColor
Gets or sets the TextColor View of SfSchedule.
Declaration
public int TextColor { get; set; }
Property Value
Type |
---|
System.Int32 |
TextSize
Gets or sets the TextSize View of SfSchedule.
Declaration
public float TextSize { get; set; }
Property Value
Type |
---|
System.Single |
TextStyle
Gets or sets the TextStyle View of SfSchedule.
Declaration
public Typeface TextStyle { get; set; }
Property Value
Type |
---|
Android.Graphics.Typeface |
TimeTextColor
Gets or sets the TimeTextColor View of SfSchedule.
Declaration
public int TimeTextColor { get; set; }
Property Value
Type |
---|
System.Int32 |
TimeTextFormat
Gets or sets the TimeTextFormat View of SfSchedule.
Declaration
public string TimeTextFormat { get; set; }
Property Value
Type |
---|
System.String |
TimeTextSize
Gets or sets the TimeTextSize View of SfSchedule.
Declaration
public float TimeTextSize { get; set; }
Property Value
Type |
---|
System.Single |