Share via


Shape.HideGeometry Property

Hide Geometry.Represents the attribte in schema: hideGeom

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "hideGeom")> _
Public Property HideGeometry As BooleanValue
    Get
    Set
'Usage
Dim instance As Shape
Dim value As BooleanValue

value = instance.HideGeometry

instance.HideGeometry = value
[SchemaAttrAttribute(, "hideGeom")]
public BooleanValue HideGeometry { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace