ShapeElement.Decorators Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)