CalendarViewTemplateSettings.ClipRect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.