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

In This Topic
    Hollow Property (TextFormat)
    In This Topic
    Gets or sets a value indicating if the glyphs are hollow (outlined), otherwise they are solid.

    The StrokePen property must be set in order to draw outlined glyphs.

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