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