ComponentOne Reports for WPF
C1.C1Preview Namespace / RenderObject Class / CanSplitHorz Property

In This Topic
    CanSplitHorz Property (RenderObject)
    In This Topic
    Indicates whether the object can be split horizontally if it falls on a page break.
    Syntax
    'Declaration
     
    Public Property CanSplitHorz As Boolean
    public bool CanSplitHorz {get; set;}
    See Also