Class AppointmentIndicatorRenderMode
Specifies the rendering mode for appointment indicators in the month view of the SfScheduler.
Inheritance
System.Object
AppointmentIndicatorRenderMode
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public sealed class AppointmentIndicatorRenderMode : Enum
Remarks
This enumeration is used by the AppointmentIndicatorRenderMode property to define whether the appointment indicator is rendered as a filled shape, an outline, or both.
Fields
Fill
Renders only the background (fill) of the appointment indicator. No border will be drawn. This is the default style.
Declaration
public const AppointmentIndicatorRenderMode Fill
Field Value
| Type |
|---|
| AppointmentIndicatorRenderMode |
FillAndStroke
Renders both the background (fill) and the border (stroke) of the appointment indicator.
Declaration
public const AppointmentIndicatorRenderMode FillAndStroke
Field Value
| Type |
|---|
| AppointmentIndicatorRenderMode |
Stroke
Renders only the border (stroke) of the appointment indicator. The interior of the indicator will be transparent.
Declaration
public const AppointmentIndicatorRenderMode Stroke
Field Value
| Type |
|---|
| AppointmentIndicatorRenderMode |