'Declaration <DescriptionAttribute("The angle, in degrees, between the lines of annotation.")> Public ReadOnly Property Angle As Single
[Description("The angle, in degrees, between the lines of annotation.")] public float Angle { get; }
[Description("The angle, in degrees, between the lines of annotation.")] public: __property float get_Angle();
[Description("The angle, in degrees, between the lines of annotation.")] public:
property float Angle { float get(); }