Share via


PenSettings.DashPattern Property

Definition

Gets or sets an array of custom dashes and spaces. Only allows the change if the property is not immutable and sets the override flags appropriately.

public:
 property System::Collections::ArrayList ^ DashPattern { System::Collections::ArrayList ^ get(); void set(System::Collections::ArrayList ^ value); };
public System.Collections.ArrayList DashPattern { get; set; }
member this.DashPattern : System.Collections.ArrayList with get, set
Public Property DashPattern As ArrayList

Property Value

An array of real numbers that specify the lengths of alternating dashes and spaces in dashed lines.

Applies to