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); }
'Declaration Public Property PenStyle As PenStyle
'Usage Dim instance As FreehandToolbarDefaults Dim value As PenStyle instance.PenStyle = value value = instance.PenStyle
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.
FreehandToolbarDefaults Class FreehandToolbarDefaults Members
©2019. Accusoft Corporation. All Rights Reserved.