Skew.Matrix Property

Definition

Skew Perspective Matrix

Represents the following attribute in the schema: matrix

[DocumentFormat.OpenXml.SchemaAttr(0, "matrix")]
public DocumentFormat.OpenXml.StringValue Matrix { get; set; }
public DocumentFormat.OpenXml.StringValue Matrix { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "matrix")]
public DocumentFormat.OpenXml.StringValue? Matrix { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("matrix")]
public DocumentFormat.OpenXml.StringValue? Matrix { get; set; }
public DocumentFormat.OpenXml.StringValue? Matrix { get; set; }
member this.Matrix : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "matrix")>]
member this.Matrix : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("matrix")>]
member this.Matrix : DocumentFormat.OpenXml.StringValue with get, set
Public Property Matrix As StringValue

Property Value

Returns StringValue.

Attributes

Applies to