←Select platform

BrushStyle Property

Summary

Style of the brush.

Syntax

C#
VB
Java
C++
public int BrushStyle { get; set; } 
Public Property BrushStyle As Integer 
public int getBrushStyle() 
public void setBrushStyle(int style) 
             
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly