'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 - максимальная ширина линии рассчитывается автоматически,положительное значение - максимальная ширина линии.
Значение по умолчанию: 0f.
Значение по умолчанию: 0f.