Class GridBase
- Namespace
- H.Presenters.Design
- Assembly
- H.Presenters.Design.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 GridLinePenPropertyField Value
MinRowHeightProperty
public static readonly DependencyProperty MinRowHeightPropertyField Value
Properties
GridLinePen
public Pen GridLinePen { get; set; }Property Value
MinRowHeight
public double MinRowHeight { get; set; }Property Value
Methods
ArrangeOverride(Size)
Arranges the content of a Grid element.
protected override Size ArrangeOverride(Size arrangeSize)Parameters
Returns
OnRender(DrawingContext)
Draws the content of a DrawingContext object during the render pass of a Panel element.
protected override void OnRender(DrawingContext dc)Parameters
- dcDrawingContext
- The DrawingContext object to draw. 
Refresh()
protected virtual void Refresh()