'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The current amount of rotation, in degrees, for this annotation.")> Public Overrides Property Rotation As Single
[DefaultValue(0)] [Description("The current amount of rotation, in degrees, for this annotation.")] public override float Rotation { get; set; }
[DefaultValue(0)] [Description("The current amount of rotation, in degrees, for this annotation.")] public: __property float get_Rotation(); override; public: __property void set_Rotation(
float value
); override;
[DefaultValue(0)] [Description("The current amount of rotation, in degrees, for this annotation.")] public:
property float Rotation { float get() override;; void set(float value) override;; }
Property Value
Значение по умолчанию - 0.