FrameProperties.Height Property

Frame Height.Represents the attribte in schema: w:h

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

Syntax

'Declaration
<SchemaAttrAttribute(, "h")> _
Public Property Height As UInt32Value
    Get
    Set
'Usage
Dim instance As FrameProperties
Dim value As UInt32Value

value = instance.Height

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt64Value.

See Also

Reference

FrameProperties Class

FrameProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace