Share via


DecoratorHostShape.Decorator Property

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

Syntax

'Declaration
Public Property Decorator As Decorator
'Usage
Dim instance As DecoratorHostShape 
Dim value As Decorator 

value = instance.Decorator

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.Decorator

.NET Framework Security

See Also

Reference

DecoratorHostShape Class

DecoratorHostShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace