[Description("A value indicating whether figure is closed.")] [DefaultValue(True)] public bool IsClosed { get; set; }
[Description("A value indicating whether figure is closed.")] [DefaultValue(True)] public: __property bool get_IsClosed(); public: __property void set_IsClosed(
bool value
);
[Description("A value indicating whether figure is closed.")] [DefaultValue(True)] public:
property bool IsClosed { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("A value indicating whether figure is closed.")> <DefaultValueAttribute(True)> Public Property IsClosed As Boolean
Property Value
Default value is true.