Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowBorder Property


In This Topic
    ShowBorder Property (PrintInfo)
    In This Topic
    Gets or sets whether to print the outline border around the entire control.
    Syntax
    'Declaration
     
    
    Public Property ShowBorder As Boolean
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.ShowBorder = value
     
    value = instance.ShowBorder
    public bool ShowBorder {get; set;}
    See Also