'Declaration <DescriptionAttribute("An array of custom dashes and spaces.")> Public Property DashPattern As Single[]
[Description("An array of custom dashes and spaces.")] public float[] DashPattern { get; set; }
[Description("An array of custom dashes and spaces.")] public: __property float[] get_DashPattern(); public: __property void set_DashPattern(
float[]* value
);
Property Value
An array of real numbers that specifies the lengths of alternating dashes and spaces in dashed lines.