←Select platform

BrushStyle Property

Summary
Style of the brush.
Syntax
C#
VB
C++
Java
public int BrushStyle { get; set; } 
Public Property BrushStyle As Integer 
public int getBrushStyle(); 
public void setBrushStyle( 
   int intValue 
); 
public: 
property int BrushStyle { 
   int get(); 
   void set (    int ); 
} 

Property Value

A value that represents the style of the brush. The default value is Solid.

Example

For an example, refer to PDFRectangleAnnotation.

Requirements

Target Platforms

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

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.