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