Documents for PDF, .NET Edition Documentation
UseVerticalLineGapForSideways Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextFormat Class : UseVerticalLineGapForSideways Property
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

Reference

TextFormat Class
TextFormat Members