←Select platform

HatchStyle Property

Summary

The hatch style of this HatchBrush object.

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly