'Declaration <DescriptionAttribute("Destination width. Valid values are from 1 to 65535.")> <DefaultValueAttribute(100)> Public Property Width As System.Int32
[Description("Destination width. Valid values are from 1 to 65535.")] [DefaultValue(100)] public System.Int32 Width { get; set; }
[Description("Destination width. Valid values are from 1 to 65535.")] [DefaultValue(100)] public: __property System.Int32 get_Width(); public: __property void set_Width(
System.Int32 value
);
[Description("Destination width. Valid values are from 1 to 65535.")] [DefaultValue(100)] public:
property System.Int32 Width { System.Int32 get(); void set(System.Int32 value); }
Property Value
Действительные значения: от 1 до 65535. Значение по умолчанию - 100.