Click or drag to resize

PenX Properties

The PenX type exposes the following members.

Properties
 NameDescription
Public propertyAlignment Gets the pen alignment.
Public propertyBrush Gets the brush used by the pen.
Public propertyColor Gets the foreground color of the pen brush.
Public propertyCompoundArray Gets the compound array used by the pen.
Public propertyDashCap Gets the dash cap style.
Public propertyDashPattern Gets the dash pattern.
Public propertyEndCap Gets the end cap.
Public propertyIsInvisible Determines if this pen is invisible. It is invisible if it has an invisible brush or the color is transparent.
Public propertyIsVisible Determines if this pen is visible. It is visible if it has a visible brush.
Public propertyLineJoin Gets the line-join style.
Public propertyMiterLimit Gets the miter limit.
Public propertyStartCap Gets the start cap.
Public propertyTransformation Gets the optional transformation matrix.
Public propertyWidth Gets the pen width.
Top
See Also