XFINIUM.PDF Documentation
PdfHatchBrushStyle Enumeration



Xfinium.Pdf.Graphics Namespace : PdfHatchBrushStyle Enumeration
Supported styles for hatch brushes.
Syntax
'Declaration
 
Public Enum PdfHatchBrushStyle 
   Inherits System.Enum
'Usage
 
Dim instance As PdfHatchBrushStyle
public enum PdfHatchBrushStyle : System.Enum 
public enum class PdfHatchBrushStyle : public System.Enum 
Members
MemberDescription
BackwardDiagonal A pattern of lines on a diagonal from upper right to lower left.
CheckerBoard A hatch with the appearance of a checkerboard.
Cross Horizontal and vertical lines that cross.
DiagonalCross Forward diagonal and backward diagonal lines that cross.
ForwardDiagonal A pattern of lines on a diagonal from upper left to lower right.
Horizontal A pattern of horizontal lines.
LargeCircle A hatch with the appearance of an empty circle that covers the full brush.
LargeDiamond A hatch with the appearance of a diamond that covers the full brush.
LargeDisc A hatch with the appearance of a filled circle that covers the full brush.
SmallCircle A hatch with the appearance of an empty circle that covers half of the brush.
SmallDiamond A hatch with the appearance of a diamond that covers half of the brush.
SmallDisc A hatch with the appearance of a filled circle that covers half of the brush.
Vertical A pattern of vertical lines.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.Graphics.PdfHatchBrushStyle

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.Graphics Namespace