'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether this annotation is collapsed.")> Public Property IsCollapsed As Boolean
[DefaultValue(True)] [Description("A value indicating whether this annotation is collapsed.")] public bool IsCollapsed { get; set; }
[DefaultValue(True)] [Description("A value indicating whether this annotation is collapsed.")] public: __property bool get_IsCollapsed(); public: __property void set_IsCollapsed(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether this annotation is collapsed.")] public:
property bool IsCollapsed { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.