ShapeGeometry.HasFilledBackground 方法

如果此类型的几何图形已填充背景,则为 true。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

语法

声明
Protected Overridable Function HasFilledBackground ( _
    geometryHost As IGeometryHost _
) As Boolean
protected virtual bool HasFilledBackground(
    IGeometryHost geometryHost
)

参数

返回值

类型:System.Boolean
如果形状几何图形具有背景填充,则为 true,否则为 false。

备注

BackgroundBrushId 将用背景画笔指定的几何图形的背景。

.NET Framework 安全性

请参阅

参考

ShapeGeometry 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间