'Declaration <DescriptionAttribute("The Height, in pixels, of the Logical Screen.")> <DefaultValueAttribute(0)> Public Property LogicalScreenHeight As System.Int32
[Description("The Height, in pixels, of the Logical Screen.")] [DefaultValue(0)] public System.Int32 LogicalScreenHeight { get; set; }
[Description("The Height, in pixels, of the Logical Screen.")] [DefaultValue(0)] public: __property System.Int32 get_LogicalScreenHeight(); public: __property void set_LogicalScreenHeight(
System.Int32 value
);
[Description("The Height, in pixels, of the Logical Screen.")] [DefaultValue(0)] public:
property System.Int32 LogicalScreenHeight { System.Int32 get(); void set(System.Int32 value); }
Property Value
Значение по умолчанию - 0 - автоматическое определение (максимальный размер изображений).