Grid.ShowGridLines Property

Definition

Gets or sets a value that indicates whether grid lines are visible within this Grid.

public:
 property bool ShowGridLines { bool get(); void set(bool value); };
public bool ShowGridLines { get; set; }
member this.ShowGridLines : bool with get, set
Public Property ShowGridLines As Boolean

Property Value

true if grid lines are visible; otherwise, false. The default value is false.

Remarks

Enabling grid lines creates dotted lines around all the elements within a Grid. Only dotted lines are available because this property is intended as a design tool to debug layout problems and is not intended for use in production quality code. If you want lines inside a Grid, style the elements within the Grid to have borders.

Dependency Property Information

Identifier field ShowGridLinesProperty
Metadata properties set to true None

Applies to