ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Point<T> Structure / Y Property

In This Topic
    Y Property (Point<T>)
    In This Topic
    Gets or sets the y-coordinate of this Point.
    Syntax
    'Declaration
     
    Public Property Y As T
    public T Y {get; set;}
    See Also