'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The maximum width of line. 0 - maximum width of line is calculated automatically; any positive value - maximum width of line.")> Public Property MaxWidth As Single
[DefaultValue(0)] [Description("The maximum width of line. 0 - maximum width of line is calculated automatically; any positive value - maximum width of line.")] public float MaxWidth { get; set; }
[DefaultValue(0)] [Description("The maximum width of line. 0 - maximum width of line is calculated automatically; any positive value - maximum width of line.")] public: __property float get_MaxWidth(); public: __property void set_MaxWidth(
float value
);
[DefaultValue(0)] [Description("The maximum width of line. 0 - maximum width of line is calculated automatically; any positive value - maximum width of line.")] public:
property float MaxWidth { float get(); void set(float value); }
Property Value
0 - maximum width of line is calculated automatically, positive value - maximum width of line.
Default value is 0f.
Default value is 0f.