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