ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / TextFormat Property

In This Topic
    TextFormat Property
    In This Topic
    Gets or sets current text format of this graphics.
    Syntax
    'Declaration
     
    Public Property TextFormat As GrapeCity.Documents.Text.TextFormat
    public GrapeCity.Documents.Text.TextFormat TextFormat {get; set;}
    See Also