Share via


RelativeHeight.RelativeFrom Property

relativeFrom.Represents the attribte in schema: relativeFrom

Namespace:  DocumentFormat.OpenXml.Office2010.Word.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "relativeFrom")> _
Public Property RelativeFrom As EnumValue(Of SizeRelativeVerticallyValues)
    Get
    Set
'Usage
Dim instance As RelativeHeight
Dim value As EnumValue(Of SizeRelativeVerticallyValues)

value = instance.RelativeFrom

instance.RelativeFrom = value
[SchemaAttrAttribute(, "relativeFrom")]
public EnumValue<SizeRelativeVerticallyValues> RelativeFrom { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<SizeRelativeVerticallyValues>

See Also

Reference

RelativeHeight Class

RelativeHeight Members

DocumentFormat.OpenXml.Office2010.Word.Drawing Namespace