Documents for PDF, .NET Edition Documentation
TextRunAsCluster Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextFormat Class : TextRunAsCluster Property
Gets or sets a value indicating if the whole TextRun should be considered as single Grapheme Cluster.

It allows to display several characters side-by-side horizontally in vertical text.

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

Reference

TextFormat Class
TextFormat Members