ManualLayout.Height Property

Height.Represents the element tag in schema: c:h

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

Syntax

'Declaration
Public Property Height As Height
    Get
    Set
'Usage
Dim instance As ManualLayout
Dim value As Height

value = instance.Height

instance.Height = value
public Height Height { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.Height
Returns Height.

See Also

Reference

ManualLayout Class

ManualLayout Members

DocumentFormat.OpenXml.Drawing.Charts Namespace