ShapeProperties.Transform2D Property
2D Transform for Individual Objects.Represents the element tag in schema: a:xfrm
Namespace: DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property Transform2D As Transform2D
Get
Set
'使用
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