ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTButton Class / FontName Property




In This Topic
    FontName Property (ImGearARTButton)
    In This Topic
    Gets or sets the font name of the button's text.
    Syntax
    'Declaration
     
    Public Property FontName As String
    'Usage
     
    Dim instance As ImGearARTButton
    Dim value As String
     
    instance.FontName = value
     
    value = instance.FontName
    public string FontName {get; set;}
    public: __property string* get_FontName();
    public: __property void set_FontName( 
       string* value
    );
    public:
    property String^ FontName {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    Name string.
    See Also