Accusoft.NotateXpress13.Net
PenColor Property (FreehandToolbarDefaults)




Gets and sets the color of the pen used to draw the border around the Freehand annotation.
Syntax
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);
}
'Declaration
 
Public Property PenColor As Color
 
'Usage
 
Dim instance As FreehandToolbarDefaults
Dim value As Color
 
instance.PenColor = value
 
value = instance.PenColor

Property Value

The System.Drawing.Color value set.
See Also

Reference

FreehandToolbarDefaults Class
FreehandToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback