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