'Declaration <DescriptionAttribute("The rotation angle in degrees. Valid values are from -45 to 45.")> <DefaultValueAttribute(30)> Public Property RotationAngle As System.Int32
[Description("The rotation angle in degrees. Valid values are from -45 to 45.")] [DefaultValue(30)] public System.Int32 RotationAngle { get; set; }
[Description("The rotation angle in degrees. Valid values are from -45 to 45.")] [DefaultValue(30)] public: __property System.Int32 get_RotationAngle(); public: __property void set_RotationAngle(
System.Int32 value
);
[Description("The rotation angle in degrees. Valid values are from -45 to 45.")] [DefaultValue(30)] public:
property System.Int32 RotationAngle { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения от -45 до 45. Значение по умолчанию: 30.