Class AppointmentStyle
Provides styling for Appointments.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class AppointmentStyle : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
AppointmentStyle()
Initializes a new instance of the AppointmentStyle class.
Declaration
public AppointmentStyle()
Properties
BorderColor
Gets or sets the color of the border.
Declaration
public int BorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The color of the border. |
BorderCornerRadius
Gets or sets the border corner radius.
Declaration
public double BorderCornerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The border corner radius. |
BorderWidth
Gets or sets the width of the border.
Declaration
public double BorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the border. |
SelectionBorderColor
Gets or sets the color of the selection border.
Declaration
public int SelectionBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The color of the selection border. |
SelectionTextColor
Gets or sets the color of the selection text.
Declaration
public int SelectionTextColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The color of the selection text. |
TextColor
Gets or sets the color of the text.
Declaration
public int TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The color of the text. |
TextSize
Gets or sets the size of the text.
Declaration
public double TextSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The size of the text. |
TextStyle
Gets or sets the text style.
Declaration
public Typeface TextStyle { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Typeface | The text style. |
Implements
System.ComponentModel.INotifyPropertyChanged