Поделиться через


ShapeMap.Shape Property

Gets or sets Shape. Shape being mapped.

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

Syntax

'Декларация
Public Property Shape As Shape
    Get
    Set
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