DecoratorHostShape.Decorator Property

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

Syntax

'宣言
Public Property Decorator As Decorator
'使用
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

Permissions

See Also

Reference

DecoratorHostShape Class

DecoratorHostShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace