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