Accusoft.NotateXpress13.Net
FillColor Property (EllipseTool)




Gets and sets the fill color used by the ellipse tool.
Syntax
public Color FillColor {get; set;}
public: __property Color get_FillColor();
public: __property void set_FillColor( 
   Color value
);
public:
property Color FillColor {
   Color get();
   void set (    Color value);
}
'Declaration
 
Public Property FillColor As Color
 
'Usage
 
Dim instance As EllipseTool
Dim value As Color
 
instance.FillColor = value
 
value = instance.FillColor

Property Value

The System.Drawing.Color which represents the fill color used by the ellipse tool.
See Also

Reference

EllipseTool Class
EllipseTool Members
System.Drawing.Color

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback