Table of Contents

Class GridBase

Namespace
HeBianGu.Control.Panel
Assembly
HeBianGu.Control.Panel.dll
public class GridBase : Grid, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
GridBase
Implements
Derived
Inherited Members
Extension Methods

Fields

GridLinePenProperty

public static readonly DependencyProperty GridLinePenProperty

Field Value

DependencyProperty

MinRowHeightProperty

public static readonly DependencyProperty MinRowHeightProperty

Field Value

DependencyProperty

Properties

GridLinePen

public Pen GridLinePen { get; set; }

Property Value

Pen

MinRowHeight

public double MinRowHeight { get; set; }

Property Value

double

Methods

ArrangeOverride(Size)

Arranges the content of a Grid element.

protected override Size ArrangeOverride(Size arrangeSize)

Parameters

arrangeSize Size

Specifies the size this Grid element should use to arrange its child elements.

Returns

Size

Size that represents the arranged size of this Grid element and its children.

OnRender(DrawingContext)

Draws the content of a DrawingContext object during the render pass of a Panel element.

protected override void OnRender(DrawingContext dc)

Parameters

dc DrawingContext

The DrawingContext object to draw.

Refresh()

protected virtual void Refresh()