Class WindowGrid
Custom grid with optional border rendering
Inheritance
System.Object
WindowGrid
Namespace: Simplic.Framework.Extension.UI
Assembly: Simplic.Framework.Extension.dll
Syntax
public class WindowGrid : Grid
Constructors
| Improve this Doc View SourceWindowGrid()
Declaration
public WindowGrid()
Properties
| Improve this Doc View SourceVisualizeGridBorder
Gets or sets whether to render grid borders or not
Declaration
public bool VisualizeGridBorder { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceOnRender(DrawingContext)
Render grid lines
Declaration
protected override void OnRender(DrawingContext dc)
Parameters
Type | Name | Description |
---|---|---|
DrawingContext | dc |