Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Inset Class / Left Property


In This Topic
    Left Property (Inset)
    In This Topic
    Gets the inset from the left.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Left As Integer
    'Usage
     
    
    Dim instance As Inset
    Dim value As Integer
     
    value = instance.Left
    public int Left {get;}
    See Also