LEADTOOLS Annotations (Leadtools.Annotations assembly)

HatchStyle Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.