RelativeOffset.OffsetX Property
Offset X.Represents the attribte in schema: tx
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "tx")> _
Public Property OffsetX As Int32Value
Get
Set
'Usage
Dim instance As RelativeOffset
Dim value As Int32Value
value = instance.OffsetX
instance.OffsetX = value
[SchemaAttrAttribute(, "tx")]
public Int32Value OffsetX { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
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.