In This Topic

FontStyle Property (AnnotationRubberStamp)

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);
}
Remarks
Please note, that the size of the annotations text is automatically computed based on the annotations boundaries. Therefore this annotation does not need to have the FontSize property.
See Also