PresetGeometry.AdjustValueList Property

List of Shape Adjust Values.Represents the element tag in schema: a:avLst

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

Syntax

'Declaration
Public Property AdjustValueList As AdjustValueList
    Get
    Set
'Usage
Dim instance As PresetGeometry
Dim value As AdjustValueList

value = instance.AdjustValueList

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.AdjustValueList
Returns AdjustValueList.

See Also

Reference

PresetGeometry Class

PresetGeometry Members

DocumentFormat.OpenXml.Drawing Namespace