ManualLayout.TopMode Property

Top Mode.Represents the element tag in schema: c:yMode

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

Syntax

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

value = instance.TopMode

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

Property Value

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

See Also

Reference

ManualLayout Class

ManualLayout Members

DocumentFormat.OpenXml.Drawing.Charts Namespace