←Select platform

HatchStyle Property

Summary

The hatch style of this HatchBrush object.

Syntax
C#
VB
Objective-C
C++
Java
public AnnHatchStyle HatchStyle { get; set; } 
Public Property HatchStyle() As AnnHatchStyle 
   Get 
   Set 
public:  
   property AnnHatchStyle^ HatchStyle 
   { 
      AnnHatchStyle^ get() 
      void set(AnnHatchStyle^ value) 
   } 
public AnnHatchBrush getHatchStyle(); 
public void setHatchStyle(AnnHatchBrush value); 
@property (nonatomic, assign) LTAnnHatchStyle hatchStyle 

Property Value

The hatch style of this HatchBrush object. The default value is AnnHatchStyle.Horizontal.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly