TimeListType.Y Property
Y coordinate.Represents the attribte in schema: y
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "y")> _
Public Property Y As Int32Value
Get
Set
用法
Dim instance As TimeListType
Dim value As Int32Value
value = instance.Y
instance.Y = value
[SchemaAttrAttribute(, "y")]
public Int32Value Y { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value