ShapeMap.Shape Property
Gets or sets Shape. Shape being mapped.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.