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

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