Enum PenProperties
Defines the pen properties that can be applied to the GraphicBlock. Pen(string, string)
public enum PenProperties
Fields
Color = 1
Color of pen drawings.
Style = 0
Allows for different line styles, for example DashDot.
Width = 2
Determines the thickness of the pen in pixels.