Share via


IGeometryHost.GeometryHasFilledBackground Property

Gets a value indicating whether the background of the geometry will be filled.

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

Syntax

'Declaration
ReadOnly Property GeometryHasFilledBackground As Boolean
bool GeometryHasFilledBackground { get; }
property bool GeometryHasFilledBackground {
    bool get ();
}
abstract GeometryHasFilledBackground : bool with get
function get GeometryHasFilledBackground () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

IGeometryHost Interface

Microsoft.VisualStudio.Modeling.Diagrams Namespace