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