TransformEffect.HorizontalShift Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Décalage horizontal
Représente l’attribut suivant dans le schéma : 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
Valeur de propriété
Retourne Int64Value.
- Attributs
Remarques
Les informations suivantes de la norme internationale ECMA ECMA-376 peuvent être utiles lors de l’utilisation de cette classe.
Spécifie une quantité de décalage de l’objet le long de l’axe X.
Les valeurs possibles pour cet attribut sont définies par le ST_Coordinate
type simple.