Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Border Class / NeedsRenderContent Property

In This Topic
    NeedsRenderContent Property
    In This Topic
    Gets whether the OnRenderContent method needs to be executed and the clipping of the content.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property NeedsRenderContent As Boolean
    protected virtual bool NeedsRenderContent {get;}
    See Also