AdjustPoint2DType.Y Property

Y-Coordinate.Represents the attribte in schema: y

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "y")> _
Public Property Y As StringValue
    Get
    Set
'Usage
Dim instance As AdjustPoint2DType
Dim value As StringValue

value = instance.Y

instance.Y = value
[SchemaAttrAttribute(, "y")]
public StringValue Y { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

AdjustPoint2DType Class

AdjustPoint2DType Members

DocumentFormat.OpenXml.Drawing Namespace