Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / EllipsisCharCode Property

In This Topic
    EllipsisCharCode Property
    In This Topic
    Gets or sets a UTF-32 code of the omission sign (ellipsis character) for text trimming.

    Setting this property to 0 prevents the ellipsis character from showing.

    Syntax
    'Declaration
     
    Public Property EllipsisCharCode As System.Integer
    public System.int EllipsisCharCode {get; set;}
    See Also