Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintInfo Class / ShowBorder Property
Example


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;}
    Example
    This sets the properties for the PrintInfo class.
    See Also