ShapeElement::Decorators Property

 

Gets the collection of decorators for the shape.

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

public:
property IList<Decorator^>^ Decorators {
	virtual IList<Decorator^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<Decorator^>^

The collection of decorators for the shape; otherwise, null if the shape has no decorators.

By default, the return value is null.

Return to top
Show: