Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Border Class / Top Property

In This Topic
    Top Property
    In This Topic
    Gets the Line object defining top edge of the border.
    Syntax
    'Declaration
     
    Public Property Top As Line
    public Line Top {get; set;}
    See Also