Share via


TransformEffect.VerticalShift Property

Vertical Shift.Represents the attribte in schema: ty

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "ty")> _
Public Property VerticalShift As Int64Value
    Get
    Set
'Usage
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.

See Also

Reference

TransformEffect Class

TransformEffect Members

DocumentFormat.OpenXml.Drawing Namespace