PenStyleSetInfo.CompoundArray 属性

定义

获取或设置用于指定复合钢笔的数组值。 复合钢笔绘制由平行直线和空白区域组成的复合直线。

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

属性值

ArrayList

用于指定复合数组的实数组。 该数组中的元素必须按升序排列,不能小于 0,也不能大于 1。

适用于