Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / UseVerticalLineGapForSideways Property

In This Topic
    UseVerticalLineGapForSideways Property
    In This Topic
    Gets or sets a value indicating that for sideways text in vertical flow (see FlowDirection, line gap will be set according to Font.VerticalLineGap.

    If false (the default), line gap for lines containing sideways text is set according to Font.HorizontalLineGap or Font.TypoLineGap, which can lead to different gaps between columns that contain sideways text runs and those that do not.

    Syntax
    'Declaration
     
    Public Property UseVerticalLineGapForSideways As System.Boolean
    public System.bool UseVerticalLineGapForSideways {get; set;}
    See Also