Share via


Compartment.Shape Property

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

Syntax

'Declaration
Public Property Shape As CompartmentShape
'Usage
Dim instance As Compartment 
Dim value As CompartmentShape 

value = instance.Shape

instance.Shape = value
public CompartmentShape Shape { get; set; }
public:
property CompartmentShape^ Shape {
    CompartmentShape^ get ();
    void set (CompartmentShape^ value);
}
public function get Shape () : CompartmentShape 
public function set Shape (value : CompartmentShape)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape

.NET Framework Security

See Also

Reference

Compartment Class

Compartment Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace