[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextFormat.UseVerticalLineGapForSideways

UseVerticalLineGapForSideways Property

UseVerticalLineGapForSideways

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

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

Declaration
public bool UseVerticalLineGapForSideways { get; set; }
Public Property UseVerticalLineGapForSideways As Boolean