ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Line<T> Class / P1 Property

In This Topic
    P1 Property
    In This Topic
    The starting point of the line.
    Syntax
    'Declaration
     
    Public ReadOnly Property P1 As Point(Of T)
    public Point<T> P1 {get;}
    See Also