Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderVerticalParagraphFragment Class / GetHorzSplits Method

In This Topic
    GetHorzSplits Method (RenderVerticalParagraphFragment)
    In This Topic
    Override this method and return the horizontal splits in the object relative to the left edge of the content area.
    Syntax
    'Declaration
     
    Protected Overridable Sub GetHorzSplits( _
       ByVal splits As List(Of Double) _
    ) 
    protected virtual void GetHorzSplits( 
       List<double> splits
    )

    Parameters

    splits
    See Also