Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Inset Class / Right Property


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