ManualLayout.Top Property

Top.Represents the element tag in schema: c:y

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

Syntax

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

value = instance.Top

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

Property Value

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

See Also

Reference

ManualLayout Class

ManualLayout Members

DocumentFormat.OpenXml.Drawing.Charts Namespace