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