ManualLayout.HeightMode Property

Height Mode.Represents the element tag in schema: c:hMode

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

Syntax

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

value = instance.HeightMode

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

Property Value

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

See Also

Reference

ManualLayout Class

ManualLayout Members

DocumentFormat.OpenXml.Drawing.Charts Namespace