'Declaration
Public Enum PdfHatchBrushStyle Inherits System.Enum
'Usage
Dim instance As PdfHatchBrushStyle
public enum PdfHatchBrushStyle : System.Enum
public enum class PdfHatchBrushStyle : public System.Enum
'Declaration
Public Enum PdfHatchBrushStyle Inherits System.Enum
'Usage
Dim instance As PdfHatchBrushStyle
public enum PdfHatchBrushStyle : System.Enum
public enum class PdfHatchBrushStyle : public System.Enum
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
Xfinium.Pdf.Graphics.PdfHatchBrushStyle
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