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