PenStyleSetInfo.CompoundArray Property

Definition

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.

Applies to