'Declaration <DescriptionAttribute("A value indicating whether the annotation's font is transparent.")> <DefaultValueAttribute(False)> Public Property FontTransparent As Boolean
[Description("A value indicating whether the annotation's font is transparent.")] [DefaultValue(False)] public bool FontTransparent { get; set; }
[Description("A value indicating whether the annotation's font is transparent.")] [DefaultValue(False)] public: __property bool get_FontTransparent(); public: __property void set_FontTransparent(
bool value
);
[Description("A value indicating whether the annotation's font is transparent.")] [DefaultValue(False)] public:
property bool FontTransparent { bool get(); void set(bool value); }
Property Value
Значение по умолчанию: false.