LineTo.Point Property
Line end point.Represents the element tag in schema: a:pt
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Point As Point
Get
Set
'Usage
Dim instance As LineTo
Dim value As Point
value = instance.Point
instance.Point = value
public Point Point { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Point
Returns Point.