'Declaration <DescriptionAttribute("The maximum width, in pixels, of inverted text block.")> <DefaultValueAttribute(1500)> Public Property MaxWidth As System.Int32
[Description("The maximum width, in pixels, of inverted text block.")] [DefaultValue(1500)] public System.Int32 MaxWidth { get; set; }
[Description("The maximum width, in pixels, of inverted text block.")] [DefaultValue(1500)] public: __property System.Int32 get_MaxWidth(); public: __property void set_MaxWidth(
System.Int32 value
);
[Description("The maximum width, in pixels, of inverted text block.")] [DefaultValue(1500)] public:
property System.Int32 MaxWidth { System.Int32 get(); void set(System.Int32 value); }
Property Value
Возможные значения от 10 до 16384. Значение по умолчанию: 1500.