Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / ShowBorder Property


In This Topic
    ShowBorder Property (PrintInfo)
    In This Topic
    Gets or sets whether to print an outline border around the entire control.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property ShowBorder As Boolean
    'Usage
     
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.ShowBorder = value
     
    value = instance.ShowBorder
    [DefaultValue(true)]
    public bool ShowBorder {get; set;}

    Property Value

    true if an outline border is printed around the control; otherwise, false. The default value is true.
    See Also