Поделиться через


Shape.AdjustList Property

Shape Adjust List.Represents the element tag in schema: dgm:adjLst

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

Syntax

'Declaration
Public Property AdjustList As AdjustList
    Get
    Set
'Usage
Dim instance As Shape
Dim value As AdjustList

value = instance.AdjustList

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Diagrams.AdjustList
Returns AdjustList.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace