Accusoft.NotateXpress13.Net
PenStyle Property (PolyLineTool)




Gets and sets the pen style used to draw the line.
Syntax
'Declaration
 
Public Property PenStyle As PenStyle
'Usage
 
Dim instance As PolyLineTool
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 used to draw the line.
Remarks
Note: The PenStyle can be anything when the pen is one pixel. The PenStyle will only show Solid when the width is more than one pixel.
See Also

Reference

PolyLineTool Class
PolyLineTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback