Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObject Class / CanSplitVert Property

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