ShapeElement.Decorators Property

Definition

A collection of decorators for this type of shape. Return null if this type has no decorators. By default, shapes do not have decorators.

public:
 virtual property System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::Decorator ^> ^ Decorators { System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Diagrams::Decorator ^> ^ get(); };
public virtual System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.Decorator> Decorators { get; }
member this.Decorators : System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Diagrams.Decorator>
Public Overridable ReadOnly Property Decorators As IList(Of Decorator)

Property Value

Applies to