Share via


CompartmentShape.MaximumSize Property

Gets the maximum size for the compartment shape.

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

Syntax

'Declaration
Public Overrides ReadOnly Property MaximumSize As SizeD
'Usage
Dim instance As CompartmentShape 
Dim value As SizeD 

value = instance.MaximumSize
public override SizeD MaximumSize { get; }
public:
virtual property SizeD MaximumSize {
    SizeD get () override;
}
public override function get MaximumSize () : SizeD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD
The maximum size for the compartment shape.

.NET Framework Security

See Also

Reference

CompartmentShape Class

CompartmentShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace