ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTRuler Interface / FontStyleART Property




In This Topic
    FontStyleART Property (IImGearARTRuler)
    In This Topic
    Gets or sets the font style of the text font.
    Syntax
    'Declaration
     
    Property FontStyleART As ImGearARTFontStyles
    'Usage
     
    Dim instance As IImGearARTRuler
    Dim value As ImGearARTFontStyles
     
    instance.FontStyleART = value
     
    value = instance.FontStyleART
    ImGearARTFontStyles FontStyleART {get; set;}
    __property ImGearARTFontStyles get_FontStyleART();
    __property void set_FontStyleART( 
       ImGearARTFontStyles value
    );
    property ImGearARTFontStyles FontStyleART {
       ImGearARTFontStyles get();
       void set (    ImGearARTFontStyles value);
    }

    Property Value

    ImGearARTFontStyles enumeration value.
    See Also