'Declaration <DescriptionAttribute("A value indicating whether the annotation's font is transparent.")> Public Property FontTransparent As Boolean
[Description("A value indicating whether the annotation's font is transparent.")] public bool FontTransparent { get; set; }
[Description("A value indicating whether the annotation's font is transparent.")] public: __property bool get_FontTransparent(); public: __property void set_FontTransparent(
bool value
);