PenWidth

EmfPlusPenData.PenWidth property

Gets or sets 32-bit floating-point value that specifies the width of the line drawn by the pen in the units specified by the PenUnit field. If a zero width is specified, a minimum value is used, which is determined by the units

public float PenWidth { get; set; }

See Also