[System.ComponentModel.Category("Expand-Collapse")] [System.ComponentModel.Description("Gets/sets the size of the shape when it is collapsed (in model coordinates). The value of this property is automatically updated when the shape is resized in collapsed state.")] public NSizeF CollapsedSize {get; set;}
'Declaration
<System.ComponentModel.CategoryAttribute("Expand-Collapse")> <System.ComponentModel.DescriptionAttribute("Gets/sets the size of the shape when it is collapsed (in model coordinates). The value of this property is automatically updated when the shape is resized in collapsed state.")> Public Property CollapsedSize As NSizeF