Accusoft.NotateXpress13.Net
PenFillStyle Property (FreeHandTool)




Gets and sets the pens fill style used to draw the line.
Syntax
'Declaration
 
Public Property PenFillStyle As PenFillStyle
'Usage
 
Dim instance As FreeHandTool
Dim value As PenFillStyle
 
instance.PenFillStyle = value
 
value = instance.PenFillStyle
public PenFillStyle PenFillStyle {get; set;}
public: __property PenFillStyle get_PenFillStyle();
public: __property void set_PenFillStyle( 
   PenFillStyle value
);
public:
property PenFillStyle PenFillStyle {
   PenFillStyle get();
   void set (    PenFillStyle value);
}

Property Value

The PenFillStyle enumeration value set.
See Also

Reference

FreeHandTool Class
FreeHandTool Members
PenFillStyle Property

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback