TracePoint.XCoordinate Property
x.Represents the attribte in schema: x
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "x")> _
Public Property XCoordinate As Int64Value
Get
Set
'Usage
Dim instance As TracePoint
Dim value As Int64Value
value = instance.XCoordinate
instance.XCoordinate = value
[SchemaAttrAttribute(, "x")]
public Int64Value XCoordinate { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int64Value