Class GridBase
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
MinRowHeightProperty
public static readonly DependencyProperty MinRowHeightProperty
Field 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
dc
DrawingContextThe DrawingContext object to draw.
Refresh()
protected virtual void Refresh()