Share via


PropertySet.FixedHeightOverride Property

Fixed Height Override.Represents the attribte in schema: custSzY

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

Syntax

'Declaration
<SchemaAttrAttribute(, "custSzY")> _
Public Property FixedHeightOverride As Int32Value
    Get
    Set
'Usage
Dim instance As PropertySet
Dim value As Int32Value

value = instance.FixedHeightOverride

instance.FixedHeightOverride = value
[SchemaAttrAttribute(, "custSzY")]
public Int32Value FixedHeightOverride { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

PropertySet Class

PropertySet Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace