Share via


TransformEffect.HorizontalShift Property

Definition

Horizontal Shift

Represents the following attribute in the schema: tx

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

Property Value

Returns Int64Value.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies an amount by which to shift the object along the x-axis.

The possible values for this attribute are defined by the ST_Coordinate simple type.

Applies to