Class SelectionShape
Defines the shape for the selection view in SfCalendar. If this property set as Fill the date selection will render in the rectangle shape in month view. Defaults to Circle.
Inheritance
System.Object
SelectionShape
Namespace: Syncfusion.SfCalendar.XForms
Assembly: Syncfusion.SfCalendar.XForms.dll
Syntax
public sealed class SelectionShape : Enum
Fields
Circle
Select circle.
Declaration
public const SelectionShape Circle
Field Value
Type |
---|
SelectionShape |
Fill
Select Fill.
Declaration
public const SelectionShape Fill
Field Value
Type |
---|
SelectionShape |