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