VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.GraphicObjects Namespace / TextGraphicObject Class / StringFormat Property
Syntax Requirements SeeAlso
In This Topic
    StringFormat Property (TextGraphicObject)
    In This Topic
    Gets or sets the string format.
    Syntax
    'Declaration
    
    Public Property StringFormat As System.Drawing.StringFormat
    
    
    public System.Drawing.StringFormat StringFormat { get; set; }
    
    
    public: __property System.Drawing.StringFormat* get_StringFormat();
    public: __property void set_StringFormat(
    System.Drawing.StringFormat* value
    );

    Property Value

    Default value is StringFormat.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also