'Declaration <DescriptionAttribute("A value indicating whether the text overlay is visible.")> <DefaultValueAttribute(True)> Public Overridable Property IsVisible As Boolean
[Description("A value indicating whether the text overlay is visible.")] [DefaultValue(True)] public virtual bool IsVisible { get; set; }
[Description("A value indicating whether the text overlay is visible.")] [DefaultValue(True)] public: __property virtual bool get_IsVisible(); public: __property virtual void set_IsVisible(
bool value
);
[Description("A value indicating whether the text overlay is visible.")] [DefaultValue(True)] public:
virtual property bool IsVisible { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.