Class SelectionStyle
Selection style for schedule
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class SelectionStyle : ScheduleNotificationObject, INotifyPropertyChanged
Constructors
SelectionStyle()
Declaration
public SelectionStyle()
Properties
BackgroundColor
Gets or sets the BackgroundColor View of SfSchedule.
Declaration
public int BackgroundColor { get; set; }
Property Value
Type |
---|
System.Int32 |
BorderColor
Gets or sets the BorderColor View of SfSchedule.
Declaration
public int BorderColor { get; set; }
Property Value
Type |
---|
System.Int32 |
BorderThickness
Gets or sets the BorderThickness View of SfSchedule.
Declaration
public int BorderThickness { get; set; }
Property Value
Type |
---|
System.Int32 |
CornerRadius
Gets or sets the CornerRadius View of SfSchedule.
Declaration
public float CornerRadius { get; set; }
Property Value
Type |
---|
System.Single |
Implements
System.ComponentModel.INotifyPropertyChanged