[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
);
[Description("A value indicating whether the annotation's font is transparent.")] public:
property bool FontTransparent { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether the annotation's font is transparent.")> Public Property FontTransparent As Boolean