'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
Массив действительных чисел, определяющий длину чередующихся дефисов и пробелов в пунктирных линиях.