'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The distance from the start of a line to the beginning of a dash pattern.")> Public Property DashOffset As Single
[DefaultValue(0)] [Description("The distance from the start of a line to the beginning of a dash pattern.")] public float DashOffset { get; set; }
[DefaultValue(0)] [Description("The distance from the start of a line to the beginning of a dash pattern.")] public: __property float get_DashOffset(); public: __property void set_DashOffset(
float value
);
[DefaultValue(0)] [Description("The distance from the start of a line to the beginning of a dash pattern.")] public:
property float DashOffset { float get(); void set(float value); }