ShapeMap.Shape Property

Gets or sets Shape. Shape being mapped.

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

Syntax

'Declaration
Public Property Shape As Shape
public Shape Shape { get; set; }
public:
property Shape^ Shape {
    Shape^ get ();
    void set (Shape^ value);
}
member Shape : Shape with get, set
function get Shape () : Shape 
function set Shape (value : Shape)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Shape

.NET Framework Security

See Also

Reference

ShapeMap Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace