Accusoft.NotateXpressSdk Namespace > TextToolbarDefaults Class : HatchStyle Property |
'Declaration Public Property HatchStyle As HatchStyle
'Usage Dim instance As TextToolbarDefaults Dim value As HatchStyle instance.HatchStyle = value value = instance.HatchStyle
public HatchStyle HatchStyle {get; set;}
public: __property HatchStyle get_HatchStyle(); public: __property void set_HatchStyle( HatchStyle value );
public: property HatchStyle HatchStyle { HatchStyle get(); void set ( HatchStyle value); }