Share via


TransformEffect.VerticalShift Property

Definition

Vertical Shift

Represents the following attribute in the schema: ty

[DocumentFormat.OpenXml.SchemaAttr(0, "ty")]
public DocumentFormat.OpenXml.Int64Value VerticalShift { get; set; }
public DocumentFormat.OpenXml.Int64Value VerticalShift { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "ty")]
public DocumentFormat.OpenXml.Int64Value? VerticalShift { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("ty")]
public DocumentFormat.OpenXml.Int64Value? VerticalShift { get; set; }
public DocumentFormat.OpenXml.Int64Value? VerticalShift { get; set; }
member this.VerticalShift : DocumentFormat.OpenXml.Int64Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "ty")>]
member this.VerticalShift : DocumentFormat.OpenXml.Int64Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("ty")>]
member this.VerticalShift : DocumentFormat.OpenXml.Int64Value with get, set
Public Property VerticalShift 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 y-axis.

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

Applies to