ManualLayout.WidthMode Property

Width Mode.Represents the element tag in schema: c:wMode

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

Syntax

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

value = instance.WidthMode

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

Property Value

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

See Also

Reference

ManualLayout Class

ManualLayout Members

DocumentFormat.OpenXml.Drawing.Charts Namespace