PjFillPattern Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class PjFillPattern
[System.Runtime.InteropServices.Guid("24E3B6D0-9223-11CF-982C-00AA00322803")]
public enum PjFillPattern
type PjFillPattern =
Public Enum PjFillPattern
- Inheritance
-
PjFillPattern
- Attributes
Fields
Name | Value | Description |
---|---|---|
pjHollowPattern | 0 | |
pjSolidFillPattern | 1 | |
pjLightFillPattern | 2 | |
pjMediumFillPattern | 3 | |
pjDarkFillPattern | 4 | |
pjDiagonalLeftPattern | 5 | |
pjDiagonalRightPattern | 6 | |
pjDiagonalCrossPattern | 7 | |
pjLineVerticalPattern | 8 | |
pjLineHorizontalPattern | 9 | |
pjLineCrossPattern | 10 |