'Declaration <DescriptionAttribute("The style of the annotation's outline.")> Public Overrides Property Outline As AnnotationPen
[Description("The style of the annotation's outline.")] public override AnnotationPen Outline { get; set; }
[Description("The style of the annotation's outline.")] public: __property AnnotationPen* get_Outline(); override; public: __property void set_Outline(
AnnotationPen* value
); override;
[Description("The style of the annotation's outline.")] public:
property AnnotationPen^ Outline { AnnotationPen^ get() override;; void set(AnnotationPen^ value) override;; }