'Declaration <DescriptionAttribute("The type of the brush.")> <ReadOnlyAttribute(True)> Public ReadOnly Property Type As AnnotationBrushType
[Description("The type of the brush.")] [ReadOnly(True)] public AnnotationBrushType Type { get; }
[Description("The type of the brush.")] [ReadOnly(True)] public: __property AnnotationBrushType get_Type();
[Description("The type of the brush.")] [ReadOnly(True)] public:
property AnnotationBrushType Type { AnnotationBrushType get(); }