PenStyleSetInfo.DashPattern 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 or sets an array of custom dashes and spaces.
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.