ShowGridLinesProperty Field
ShowGridLines property. This property is used mostly for simplification of visual debugging. When it is set to true
grid lines are drawn to visualize location of grid lines.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static readonly StyledProperty<bool> ShowGridLinesProperty
Public Shared ReadOnly ShowGridLinesProperty As StyledProperty(Of Boolean)
static val ShowGridLinesProperty: StyledProperty<bool>