PenDescriptor.Pen Property
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.
Gets a cloned instance of the Pen defined by this descriptor. If the pen has not been previously created, it creates it first. This is a singleton. Do not dispose - this will crash! Use immediately.
public:
property System::Drawing::Pen ^ Pen { System::Drawing::Pen ^ get(); };
public System.Drawing.Pen Pen { get; }
member this.Pen : System.Drawing.Pen
Public ReadOnly Property Pen As Pen
Property Value
A Pen defined by this descriptor.