ImageGear .NET v24.12 - Updated
FontStyleART Property (ImGearARTNote)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTNote Class : FontStyleART Property
Gets or sets the font style of the text of the mark.
Syntax
'Declaration
 
Public Property FontStyleART As ImGearARTFontStyles
'Usage
 
Dim instance As ImGearARTNote
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

Reference

ImGearARTNote Class
ImGearARTNote Members