'Declaration <DesignerSerializationVisibilityAttribute(Visible)> <DescriptionAttribute("The rotation angle, in degrees, of image in image viewer.")> Public Overridable Property ImageRotationAngle As System.Int32
[DesignerSerializationVisibility(Visible)] [Description("The rotation angle, in degrees, of image in image viewer.")] public virtual System.Int32 ImageRotationAngle { get; set; }
[DesignerSerializationVisibility(Visible)] [Description("The rotation angle, in degrees, of image in image viewer.")] public: __property virtual System.Int32 get_ImageRotationAngle(); public: __property virtual void set_ImageRotationAngle(
System.Int32 value
);
[DesignerSerializationVisibility(Visible)] [Description("The rotation angle, in degrees, of image in image viewer.")] public:
virtual property System.Int32 ImageRotationAngle { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения: 0, 90, 180, 270. Значение по умолчанию - 0.