TransformEffect.HorizontalShift Property
Horizontal Shift.Represents the attribte in schema: tx
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "tx")> _
Public Property HorizontalShift As Int64Value
Get
Set
'Usage
Dim instance As TransformEffect
Dim value As Int64Value
value = instance.HorizontalShift
instance.HorizontalShift = value
[SchemaAttrAttribute(, "tx")]
public Int64Value HorizontalShift { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int64Value
Returns Int64Value.
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.