'Declaration <DescriptionAttribute("A value indicating whether the annotation is visible.")> <DefaultValueAttribute(True)> Public Shadows Property IsVisible As Boolean
[Description("A value indicating whether the annotation is visible.")] [DefaultValue(True)] public new bool IsVisible { get; set; }
[Description("A value indicating whether the annotation is visible.")] [DefaultValue(True)] public: __property new bool get_IsVisible(); public: __property new void set_IsVisible(
bool value
);
[Description("A value indicating whether the annotation is visible.")] [DefaultValue(True)] public:
new property bool IsVisible { bool get(); void set(bool value); }
Property Value
Это свойство времени выполнения.