CalendarViewTemplateSettings.ClipRect Property

Definition

Gets the rectangle used to clip the CalendarView.

public:
 property Rect ClipRect { Rect get(); };
Rect ClipRect();
public Rect ClipRect { get; }
var rect = calendarViewTemplateSettings.clipRect;
Public ReadOnly Property ClipRect As Rect

Property Value

The rectangle used to clip the CalendarView.

Applies to