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