NodeShape.Size Property

Gets or sets the size of the shape.

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

Syntax

'宣言
Public Property Size As SizeD
'使用
Dim instance As NodeShape
Dim value As SizeD

value = instance.Size

instance.Size = value
public SizeD Size { get; set; }
public:
property SizeD Size {
    SizeD get ();
    void set (SizeD value);
}
public function get Size () : SizeD
public function set Size (value : SizeD)

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.SizeD

The size of the shape.

Permissions

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace