PropertySet.NeighborOffsetHeight Property

Neighbor Offset Height.Represents the attribte in schema: custLinFactNeighborY

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

Syntax

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

value = instance.NeighborOffsetHeight

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

PropertySet Class

PropertySet Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace