PenSettingsFlags 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.
Flags to specify which Pen settings have been overridden or made immutable.
This enumeration supports a bitwise combination of its member values.
public enum class PenSettingsFlags
[System.Flags]
public enum PenSettingsFlags
[<System.Flags>]
type PenSettingsFlags =
Public Enum PenSettingsFlags
- Inheritance
-
PenSettingsFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
Alignment | 1 | |
Brush | 2 | |
Color | 4 | |
CompoundArray | 8 | |
CustomStartCap | 16 | |
CustomEndCap | 32 | |
DashCap | 64 | |
DashOffset | 128 | |
DashPattern | 256 | |
DashStyle | 512 | |
EndCap | 1024 | |
LineJoin | 2048 | |
MiterLimit | 4096 | |
PenType | 8192 | |
StartCap | 16384 | |
Transform | 32768 | |
Width | 65536 |