'Declaration <DescriptionAttribute("The limit of the thickness of the join on a mitered corner.")> Public Property MiterLimit As Single
[Description("The limit of the thickness of the join on a mitered corner.")] public float MiterLimit { get; set; }
[Description("The limit of the thickness of the join on a mitered corner.")] public: __property float get_MiterLimit(); public: __property void set_MiterLimit(
float value
);