ManualLayout.LeftMode Property

Left Mode.Represents the element tag in schema: c:xMode

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

Syntax

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

value = instance.LeftMode

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

Property Value

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

See Also

Reference

ManualLayout Class

ManualLayout Members

DocumentFormat.OpenXml.Drawing.Charts Namespace