Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / BorderPreviewControl Class / BorderInternal Property


In This Topic
    BorderInternal Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BorderInternal As IBorder
    'Usage
     
    
    Dim instance As BorderPreviewControl
    Dim value As IBorder
     
    value = instance.BorderInternal
    public IBorder BorderInternal {get;}
    See Also