ShapeGeometry::HasFilledBackground Method (IGeometryHost^)

 

True if this type of geometry has a filled background.

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

protected:
virtual bool HasFilledBackground(
	IGeometryHost^ geometryHost
)

Parameters

geometryHost
Type: Microsoft.VisualStudio.Modeling.Diagrams::IGeometryHost^

The shape or link.

Return Value

Type: System::Boolean

true if the shape geometry has a background fill; otherwise, false.

The background of the geometry will be filled with the background brush specified by BackgroundBrushId.

Return to top
Show: