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