Class SFAppointmentStyle
Appointment style to customize the appearance of the appointments
Inheritance
System.Object
SFAppointmentStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class SFAppointmentStyle : Object, INotifyPropertyChanged
Constructors
SFAppointmentStyle()
Initializes a new instance of the SFAppointmentStyle class
Declaration
public SFAppointmentStyle()
Properties
BorderColor
Gets or sets the appointment border color
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
BorderCornerRadius
Gets or sets the appointment border corner radius
Declaration
public double BorderCornerRadius { get; set; }
Property Value
Type |
---|
System.Double |
BorderWidth
Gets or sets the appointment border width
Declaration
public double BorderWidth { get; set; }
Property Value
Type |
---|
System.Double |
SelectionBorderColor
Gets or sets the appointment selection border color
Declaration
public UIColor SelectionBorderColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
SelectionTextColor
Gets or sets the appointment selection text color
Declaration
public UIColor SelectionTextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TextColor
Gets or sets the text color for appointments
Declaration
public UIColor TextColor { get; set; }
Property Value
Type |
---|
UIKit.UIColor |
TextStyle
Gets or sets the text style for the appointments
Declaration
public UIFont TextStyle { get; set; }
Property Value
Type |
---|
UIKit.UIFont |
Methods
OnPropertyChanged(String)
Provides the data for the property changed event.
Declaration
protected virtual void OnPropertyChanged(string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.String | propertyName | Property name. |
Events
PropertyChanged
Event handler which is raised when a property is changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged