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


In This Topic
    Outline Property (BorderPreviewControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Outline As Boolean
    'Usage
     
    
    Dim instance As BorderPreviewControl
    Dim value As Boolean
     
    instance.Outline = value
     
    value = instance.Outline
    public bool Outline {get; set;}
    See Also