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

In This Topic
    Font Property (TextFormat)
    In This Topic
    Gets or sets a Font used by this format.

    If not null, this value overrides the FontName property.

    Syntax
    'Declaration
     
    Public Property Font As Font
    public Font Font {get; set;}
    See Also