Share via


Diagram.ConstrainBounds Property

Diagram Layout Extents.Represents the attribte in schema: constrainbounds

Namespace:  DocumentFormat.OpenXml.Vml.Office
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "constrainbounds")> _
Public Property ConstrainBounds As StringValue
    Get
    Set
'Usage
Dim instance As Diagram
Dim value As StringValue

value = instance.ConstrainBounds

instance.ConstrainBounds = value
[SchemaAttrAttribute(, "constrainbounds")]
public StringValue ConstrainBounds { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Diagram Class

Diagram Members

DocumentFormat.OpenXml.Vml.Office Namespace