Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Overridable Function GetBackgroundBrushId ( _
geometryHost As IGeometryHost _
) As StyleSetResourceId
public virtual StyleSetResourceId GetBackgroundBrushId(
IGeometryHost geometryHost
)
public:
virtual StyleSetResourceId^ GetBackgroundBrushId(
IGeometryHost^ geometryHost
)
abstract GetBackgroundBrushId :
geometryHost:IGeometryHost -> StyleSetResourceId
override GetBackgroundBrushId :
geometryHost:IGeometryHost -> StyleSetResourceId
public function GetBackgroundBrushId(
geometryHost : IGeometryHost
) : StyleSetResourceId
Parameters
- geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost
The shape or link.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.StyleSetResourceId
The ID that is assigned to the brush that paints the background of the shape geometry.
.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.