ShapeProperties.Transform2D Property
2D Transform for Individual Objects.Represents the element tag in schema: a:xfrm
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Transform2D As Transform2D
Get
Set
'Usage
Dim instance As ShapeProperties
Dim value As Transform2D
value = instance.Transform2D
instance.Transform2D = value
public Transform2D Transform2D { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Transform2D
See Also
Reference
DocumentFormat.OpenXml.Office2010.Word.DrawingShape Namespace