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

'宣言
Public Overrides ReadOnly Property MaximumSize As SizeD
'使用
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.

Remarks

By default, a user cannot manually resize the width of the compartment shape.

Permissions

See Also

Reference

CompartmentShape Class

CompartmentShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace