Accusoft.NotateXpress13.Net
PenStyle Property (PolyLineToolbarDefaults)




Gets and sets the style of the pen style used on the PolyLine annotation.
Syntax
'Declaration
 
Public Property PenStyle As PenStyle
'Usage
 
Dim instance As PolyLineToolbarDefaults
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 for the PolyLine annotation.
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

PolyLineToolbarDefaults Class
PolyLineToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback