Search Results for

    Show / Hide Table of Contents

    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 Source

    WindowGrid()

    Declaration
    public WindowGrid()

    Properties

    | Improve this Doc View Source

    VisualizeGridBorder

    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 Source

    OnRender(DrawingContext)

    Render grid lines

    Declaration
    protected override void OnRender(DrawingContext dc)
    Parameters
    Type Name Description
    DrawingContext dc
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx