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


In This Topic
    Inset Property (DoubleLineBorder)
    In This Topic
    Gets the insets of the border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Inset As Inset
    'Usage
     
    
    Dim instance As DoubleLineBorder
    Dim value As Inset
     
    value = instance.Inset
    public Inset Inset {get;}
    See Also