'Declaration <DescriptionAttribute("The detected rotation angle, in degrees, of the image.")> <ReadOnlyAttribute(True)> Public ReadOnly Property Angle As Double
[Description("The detected rotation angle, in degrees, of the image.")] [ReadOnly(True)] public double Angle { get; }
[Description("The detected rotation angle, in degrees, of the image.")] [ReadOnly(True)] public: __property double get_Angle();
[Description("The detected rotation angle, in degrees, of the image.")] [ReadOnly(True)] public:
property double Angle { double get(); }