Compartment.ExpandedSize Property

Gets the size of the expanded compartment shape.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property ExpandedSize As SizeD
protected virtual SizeD ExpandedSize { get; }
protected:
virtual property SizeD ExpandedSize {
    SizeD get ();
}
abstract ExpandedSize : SizeD with get 
override ExpandedSize : SizeD with get
function get ExpandedSize () : SizeD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD
The size of the expanded compartment shape.

.NET Framework Security

See Also

Reference

Compartment Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace