Share via


GraphicFrame.Transform2D Property

Transform2D.Represents the element tag in schema: a:xfrm

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

Syntax

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

value = instance.Transform2D

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.Transform2D
Returns Transform2D.

See Also

Reference

GraphicFrame Class

GraphicFrame Members

DocumentFormat.OpenXml.Drawing Namespace