ShapeElement.GeometryBackgroundBrushId Property

Gets the ID of the brush that is used to paint the background of the geometry.

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

Syntax

'Declaration
Public ReadOnly Property GeometryBackgroundBrushId As StyleSetResourceId
'Usage
Dim instance As ShapeElement 
Dim value As StyleSetResourceId 

value = instance.GeometryBackgroundBrushId
public StyleSetResourceId GeometryBackgroundBrushId { get; }
public:
virtual property StyleSetResourceId^ GeometryBackgroundBrushId {
    StyleSetResourceId^ get () sealed;
}
public final function get GeometryBackgroundBrushId () : StyleSetResourceId

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId
The ID of the brush that is used to paint the background of the geometry.

Implements

IGeometryHost.GeometryBackgroundBrushId

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace