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

In This Topic
    TextRunAsCluster Property
    In This Topic
    Gets or sets a value indicating whether the whole TextRun should be considered as a single Grapheme Cluster.

    It allows displaying several characters side-by-side horizontally in a vertical text.

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