Version

DrawCache.PenType Enumeration

An enumerator specifying the pen type
Syntax
'Declaration
 
Public Enum DrawCache.PenType 
   Inherits System.Enum
public enum DrawCache.PenType : System.Enum 
Members
MemberDescription
ControlA pen in the 3D face color
ControlDarkA pen in the 3D shadow color
ControlDarkDarkA pen in the 3D very shadow color
ControlLightA pen in the 3D hilite color
ControlLightLightA pen in the 3D very hilite color
DarkA pen in a dark color (based on the original requetsed color)
DarkDarkA pen in a very dark color (based on the original requetsed color)
DashedA dashed line pen
DottedA dotted line pen
LightA pen in a hilighted color (based on the original requetsed color)
LightLightA pen in a very hilighted color (based on the original requetsed color)
SolidA 1 pixel wide solid pen
Solid2A 1 pixel wide solid pen
ThickA 2 pixel wide solid pen
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also