ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTProtractor Class / FontStyleART Property




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

    Property Value

    ImGearARTFontStyles enumeration value.
    See Also