PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Style Class / GridLines Property

In This Topic
    GridLines Property
    In This Topic
    Gets or sets the grid lines used to draw tables.
    Syntax
    'Declaration
     
    Public Property GridLines As IGridLines
    public IGridLines GridLines {get; set;}
    Remarks
    This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

    The default is no grid lines.

    See Also