ShapeGeometry.GetBackgroundBrushId Method

Gets the ID that is assigned to the brush that paints the background of the shape geometry.

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

Syntax

'宣言
Public Overridable Function GetBackgroundBrushId ( _
    geometryHost As IGeometryHost _
) As StyleSetResourceId
'使用
Dim instance As ShapeGeometry
Dim geometryHost As IGeometryHost
Dim returnValue As StyleSetResourceId

returnValue = instance.GetBackgroundBrushId(geometryHost)
public virtual StyleSetResourceId GetBackgroundBrushId(
    IGeometryHost geometryHost
)
public:
virtual StyleSetResourceId^ GetBackgroundBrushId(
    IGeometryHost^ geometryHost
)
public function GetBackgroundBrushId(
    geometryHost : IGeometryHost
) : StyleSetResourceId

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId

The ID that is assigned to the brush that paints the background of the shape geometry.

Permissions

See Also

Reference

ShapeGeometry Class

ShapeGeometry Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace