Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarTextSlotPresenter Class / NeedsRenderContent Property

In This Topic
    NeedsRenderContent Property (CalendarTextSlotPresenter)
    In This Topic
    Gets whether the C1.WPF.Core.C1Border.OnRenderContent(System.Windows.Media.DrawingContext,System.Windows.Rect) method needs to be executed and the clipping of the content.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property NeedsRenderContent As Boolean
    protected override bool NeedsRenderContent {get;}
    See Also