'Declaration <DescriptionAttribute("The brush that determines attributes of the pen.")> <BrowsableAttribute(False)> Public Property Brush As AnnotationBrushBase
[Description("The brush that determines attributes of the pen.")] [Browsable(False)] public AnnotationBrushBase Brush { get; set; }
[Description("The brush that determines attributes of the pen.")] [Browsable(False)] public: __property AnnotationBrushBase* get_Brush(); public: __property void set_Brush(
AnnotationBrushBase* value
);
[Description("The brush that determines attributes of the pen.")] [Browsable(False)] public:
property AnnotationBrushBase^ Brush { AnnotationBrushBase^ get(); void set(AnnotationBrushBase^ value); }