Shape.Transform2D Property

Transform2D.Represents the element tag in schema: dsp:txXfrm

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

Syntax

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

value = instance.Transform2D

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

Property Value

Type: DocumentFormat.OpenXml.Office.Drawing.Transform2D

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Office.Drawing Namespace