Share via


RelativeOffset.OffsetX Property

Definition

Offset X

Represents the following attribute in the schema: tx

[DocumentFormat.OpenXml.SchemaAttr(0, "tx")]
public DocumentFormat.OpenXml.Int32Value OffsetX { get; set; }
public DocumentFormat.OpenXml.Int32Value OffsetX { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "tx")]
public DocumentFormat.OpenXml.Int32Value? OffsetX { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("tx")]
public DocumentFormat.OpenXml.Int32Value? OffsetX { get; set; }
public DocumentFormat.OpenXml.Int32Value? OffsetX { get; set; }
member this.OffsetX : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "tx")>]
member this.OffsetX : DocumentFormat.OpenXml.Int32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("tx")>]
member this.OffsetX : DocumentFormat.OpenXml.Int32Value with get, set
Public Property OffsetX As Int32Value

Property Value

Returns Int32Value.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the X offset.

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

Applies to