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