Accusoft.NotateXpress13.Net
PenStyle Property (FreehandToolbarDefaults)




Gets and sets the style of the background used within the Freehand annotation.
Syntax
'Declaration
 
Public Property PenStyle As PenStyle
'Usage
 
Dim instance As FreehandToolbarDefaults
Dim value As PenStyle
 
instance.PenStyle = value
 
value = instance.PenStyle
public PenStyle PenStyle {get; set;}
public: __property PenStyle get_PenStyle();
public: __property void set_PenStyle( 
   PenStyle value
);
public:
property PenStyle PenStyle {
   PenStyle get();
   void set (    PenStyle value);
}

Property Value

The PenStyle enumeration value which represents the style of the background used within the Freehand annotation.
Remarks

Note: The PenStyle can be anything when the pen is one pixel. The PenStyle will display as PenStyle.Solid when the width is more than one pixel.

See Also

Reference

FreehandToolbarDefaults Class
FreehandToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback