ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / Area Class / Left Property

In This Topic
    Left Property (Area)
    In This Topic
    Gets or sets the left position of the area.
    Syntax
    'Declaration
     
    Public Property Left As Integer
    public int Left {get; set;}

    Property Value

    The horizontal position of the left boundary of the area, measured in pixels.
    See Also