In This Topic

ForeColor Property (AnnotationPolyRuler)

In This Topic
Defines the color of the font.
Syntax
'Declaration

 

Public Shadows Property ForeColor As GdPictureColor
public new GdPictureColor ForeColor {get; set;}
public read-write property ForeColor: GdPictureColor; 
public hide function get,set ForeColor : GdPictureColor
public: __property new GdPictureColor get_ForeColor();

public: __property new void set_ForeColor( 

   GdPictureColor value

);
public:

new property GdPictureColor ForeColor {

   GdPictureColor get();

   void set (    GdPictureColor value);

}
See Also