LINESTYLE 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.
Specifies default line style options.
public enum class LINESTYLE
public enum class LINESTYLE
enum LINESTYLE
public enum LINESTYLE
type LINESTYLE =
Public Enum LINESTYLE
- Inheritance
-
LINESTYLE
Fields
Name | Value | Description |
---|---|---|
LI_NONE | 0 | No line. |
LI_SOLID | 1 | Solid line. This value is only valid for MV_BORDER markers. |
LI_SQUIGGLY | 2 | Squiggly line. This value is only valid for MV_LINE markers. |
LI_HATCH | 3 | Hatched pattern. This value is only valid for MV_BORDER markers. |
LI_DOTTED | 4 | Fifty percent gray dither (dotted when 1 pixel). This value is only valid for MV_BORDER markers. |
Remarks
COM Signature
From textmgr.idl: