ShapeGeometry.HasFilledBackground(IGeometryHost) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value indicating whether the background of the geometry will be filled.
protected:
virtual bool HasFilledBackground(Microsoft::VisualStudio::Modeling::Diagrams::IGeometryHost ^ geometryHost);
protected virtual bool HasFilledBackground (Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost geometryHost);
abstract member HasFilledBackground : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> bool
override this.HasFilledBackground : Microsoft.VisualStudio.Modeling.Diagrams.IGeometryHost -> bool
Protected Overridable Function HasFilledBackground (geometryHost As IGeometryHost) As Boolean
Parameters
- geometryHost
- IGeometryHost
The instance data for the geometry.
Returns
true if the background of the geometry will be filled; otherwise, false.
Remarks
The background of the geometry will be filled with the background brush specified by BackgroundBrushId.