TransformEffect.VerticalShift Property
Vertical Shift.Represents the attribte in schema: ty
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "ty")> _
Public Property VerticalShift As Int64Value
Get
Set
'Uso
Dim instance As TransformEffect
Dim value As Int64Value
value = instance.VerticalShift
instance.VerticalShift = value
[SchemaAttrAttribute(, "ty")]
public Int64Value VerticalShift { 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 y-axis.
The possible values for this attribute are defined by the ST_Coordinate simple type.