TransformEffect.HorizontalShift Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Horizontale Verschiebung
Stellt das folgende Attribut im Schema dar: 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
Eigenschaftswert
Gibt zurück Int64Value.
- Attribute
Hinweise
Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.
Gibt einen Betrag an, um den das Objekt entlang der X-Achse verschoben werden soll.
Die möglichen Werte für dieses Attribut werden durch den ST_Coordinate
einfachen Typ definiert.