Share via


ShapeMap.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 Shape
'Usage
Dim instance As ShapeMap 
Dim value As Shape 

value = instance.Shape

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

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Shape

.NET Framework Security

See Also

Reference

ShapeMap Class

ShapeMap Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace