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


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