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