Class MonthInlineViewStyle
The Month Inline View Style Class contains properties to customize and configure the appearance of month inline view.
Inheritance
Namespace: Syncfusion.SfSchedule.XForms
Assembly: Syncfusion.SfSchedule.XForms.dll
Syntax
public class MonthInlineViewStyle : BindableObject
Constructors
MonthInlineViewStyle()
Initializes a new instance of the MonthInlineViewStyle class.
Declaration
public MonthInlineViewStyle()
Fields
BackgroundColorProperty
Gets or sets the Background Color for Month Inline View style to customize the default background color of month inline view . This is a bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontAttributesProperty
Gets or sets the Font Attributes for Month Inline View Style to customize the displaying text font attribute in inline appointment UI. This is bindable property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontFamilyProperty
Gets or sets the Font Family for Month Inline View Style to customize the displaying text font family in inline view. This is bindable property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FontSizeProperty
Gets or sets the Font Size for Month Inline View Style to customize the displaying text size in inline view appointment UI. This is bindable property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TextColorProperty
Gets or sets the Text Color for Month Inline View Appointment to customize the displaying text color of inline view appointment. This is a bindable property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TimeTextColorProperty
Gets or sets the Time Text Color for Month Inline View Style to customize the color of the displaying time text in inline view. This is a bindable property.
Declaration
public static readonly BindableProperty TimeTextColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TimeTextFormatProperty
Gets or sets the Time Text Format for Month Inline View Style to customize the displaying time format in inline view. This is a bindable property.
Declaration
public static readonly BindableProperty TimeTextFormatProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TimeTextSizeProperty
Gets or sets the Time Text Size for Month Inline View Style to customize the displaying time text size in inline view. This is a bindable property.
Declaration
public static readonly BindableProperty TimeTextSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
BackgroundColor
Gets or sets the Background Color for Month Inline View style to customize the default background color of month inline view.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |
FontAttributes
Gets or sets the Font Attributes for Month Inline View Style to customize the displaying text font attribute in inline appointment UI.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.FontAttributes | This property takes theXamarin.Forms.FontAttributesvalue. |
FontFamily
Gets or sets the Font Family for Month Inline View Style to customize the displaying text font family in inline view.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String | This property takes the System.String value. |
FontSize
Gets or sets the Font Size for Month Inline View Style to customize the displaying text size in inline view appointment UI.
Declaration
public double FontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the System.Doublevalue. |
TextColor
Gets or sets the Text Color for Month Inline View Appointment to customize the displaying text color of inline view appointment.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |
TimeTextColor
Gets or sets the Time Text Color for Month Inline View Style to customize the color of the displaying time text in month inline view.
Declaration
public Color TimeTextColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |
TimeTextFormat
Gets or sets the Time Text Format for Month Inline View Style to customize the displaying time format in inline view.
Declaration
public string TimeTextFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | This property takes the System.String value. |
TimeTextSize
Gets or sets the Time Text Size for Month Inline View Style to customize the displaying time text size in inline view.
Declaration
public double TimeTextSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the System.Double value. |