'Declaration <DescriptionAttribute("The current amount of rotation, in degrees, for this annotation.")> <DefaultValueAttribute(0)> Public Overrides Property Rotation As Single
[Description("The current amount of rotation, in degrees, for this annotation.")] [DefaultValue(0)] public override float Rotation { get; set; }
[Description("The current amount of rotation, in degrees, for this annotation.")] [DefaultValue(0)] public: __property float get_Rotation(); override; public: __property void set_Rotation(
float value
); override;
[Description("The current amount of rotation, in degrees, for this annotation.")] [DefaultValue(0)] public:
property float Rotation { float get() override;; void set(float value) override;; }
Property Value
Default value is 0.