'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The number of degrees by which the widget annotation is rotated counterclockwise relative to the page.")> Public Property Rotate As System.Int32
[DefaultValue(0)] [Description("The number of degrees by which the widget annotation is rotated counterclockwise relative to the page.")] public System.Int32 Rotate { get; set; }
[DefaultValue(0)] [Description("The number of degrees by which the widget annotation is rotated counterclockwise relative to the page.")] public: __property System.Int32 get_Rotate(); public: __property void set_Rotate(
System.Int32 value
);
[DefaultValue(0)] [Description("The number of degrees by which the widget annotation is rotated counterclockwise relative to the page.")] public:
property System.Int32 Rotate { System.Int32 get(); void set(System.Int32 value); }
Property Value
Default value: 0. Value must be a multiple of 90.