Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

HatchStyle Property






Gets or sets the hatch style of this AnnHatchBrush object.
Syntax
public virtual HatchStyle HatchStyle {get; set;}
'Declaration
 
Public Overridable Property HatchStyle As HatchStyle
'Usage
 
Dim instance As AnnHatchBrush
Dim value As HatchStyle
 
instance.HatchStyle = value
 
value = instance.HatchStyle

            

            
public:
virtual property HatchStyle HatchStyle {
   HatchStyle get();
   void set (    HatchStyle value);
}

Property Value

The System.Drawing.Drawing2D.HatchStyle value of this AnnHatchBrush object.
Example
For an example, refer to AnnHatchBrush.
Requirements

Target Platforms

See Also

Reference

AnnHatchBrush Class
AnnHatchBrush Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)