In This Topic

FontStyle Property (AnnotationText)

In This Topic
The style of the font to be used to render the text.
Syntax
'Declaration
 
Public Shadows Property FontStyle As GdPictureFontStyle
public new GdPictureFontStyle FontStyle {get; set;}
public read-write property FontStyle: GdPictureFontStyle; 
public hide function get,set FontStyle : GdPictureFontStyle
public: __property new GdPictureFontStyle get_FontStyle();
public: __property new void set_FontStyle( 
   GdPictureFontStyle value
);
public:
new property GdPictureFontStyle FontStyle {
   GdPictureFontStyle get();
   void set (    GdPictureFontStyle value);
}
See Also