PenStyleSetInfo.CompoundArray 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 values that specify a compound pen. A compound pen draws a compound line made up of parallel lines and spaces.
public:
property System::Collections::ArrayList ^ CompoundArray { System::Collections::ArrayList ^ get(); void set(System::Collections::ArrayList ^ value); };
public System.Collections.ArrayList CompoundArray { get; set; }
member this.CompoundArray : System.Collections.ArrayList with get, set
Public Property CompoundArray As ArrayList
Property Value
An array of real numbers that specifies the compound array. The elements in the array must be in increasing order, not less than 0, and not greater than 1.