Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CompoundBorder Class / FaceWidth Property


In This Topic
    FaceWidth Property
    In This Topic
    Gets the width of the face for a compound border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FaceWidth As Integer
    'Usage
     
    
    Dim instance As CompoundBorder
    Dim value As Integer
     
    value = instance.FaceWidth
    public int FaceWidth {get;}
    See Also