GraphicFrame.Transform Property

2D Transform for Graphic Frame.Represents the element tag in schema: p:xfrm

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

Syntax

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

value = instance.Transform

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.Transform
Returns Transform.

See Also

Reference

GraphicFrame Class

GraphicFrame Members

DocumentFormat.OpenXml.Presentation Namespace