PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderIndex Class / EntrySplitBehavior Property

In This Topic
    EntrySplitBehavior Property
    In This Topic
    Determines how a single entry can split vertically. This property applies to entries at all levels.

    The default is SplitBehaviorEnum.SplitIfLarge.

    Syntax
    'Declaration
     
    Public Property EntrySplitBehavior As SplitBehaviorEnum
    public SplitBehaviorEnum EntrySplitBehavior {get; set;}
    See Also