Accusoft.NotateXpress13.Net
PenColor Property (EllipseTool)




Gets and sets the color of the pen used by the ellipse tool.
Syntax
'Declaration
 
Public Property PenColor As Color
'Usage
 
Dim instance As EllipseTool
Dim value As Color
 
instance.PenColor = value
 
value = instance.PenColor
public Color PenColor {get; set;}
public: __property Color get_PenColor();
public: __property void set_PenColor( 
   Color value
);
public:
property Color PenColor {
   Color get();
   void set (    Color value);
}

Property Value

The System.Drawing.Color which represents the pen used by the ellipse tool.
Remarks
The default value is System.Drawing.Color.Blue.
See Also

Reference

EllipseTool Class
EllipseTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback