PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderPie Class / CanSplitVert Property

In This Topic
    CanSplitVert Property (RenderPie)
    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