Anchor.RelativeHeight Property

Relative Z-Ordering Position.Represents the attribte in schema: relativeHeight

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

Syntax

'Declaration
<SchemaAttrAttribute(, "relativeHeight")> _
Public Property RelativeHeight As UInt32Value
    Get
    Set
'Usage
Dim instance As Anchor
Dim value As UInt32Value

value = instance.RelativeHeight

instance.RelativeHeight = value
[SchemaAttrAttribute(, "relativeHeight")]
public UInt32Value RelativeHeight { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Anchor Class

Anchor Members

DocumentFormat.OpenXml.Drawing.Wordprocessing Namespace