Share via


ShapeHasDecorators.SetShape Method

Sets Shape.

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 Shared Sub SetShape ( _
    element As Decorator, _
    newShape As Shape _
)
public static void SetShape(
    Decorator element,
    Shape newShape
)
public:
static void SetShape(
    Decorator^ element, 
    Shape^ newShape
)
static member SetShape : 
        element:Decorator * 
        newShape:Shape -> unit
public static function SetShape(
    element : Decorator, 
    newShape : Shape
)

Parameters

.NET Framework Security

See Also

Reference

ShapeHasDecorators Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace