ShapeElement.StyleSet 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.
Gets the instance StyleSet if this ShapeElement has one, otherwise gets the ClassStyleSet.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::StyleSet ^ StyleSet { Microsoft::VisualStudio::Modeling::Diagrams::StyleSet ^ get(); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.StyleSet StyleSet { get; }
member this.StyleSet : Microsoft.VisualStudio.Modeling.Diagrams.StyleSet
Public Overridable ReadOnly Property StyleSet As StyleSet