DecoratorHostShape.StyleSet Property
This member overrides ShapeElement.StyleSet.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property StyleSet As StyleSet
'Usage
Dim instance As DecoratorHostShape
Dim value As StyleSet
value = instance.StyleSet
public override StyleSet StyleSet { get; }
public:
virtual property StyleSet^ StyleSet {
StyleSet^ get () override;
}
public override function get StyleSet () : StyleSet
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSet
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.