Class FixedGrid
- Namespace
- H.Presenters.Design.Presenter
- Assembly
- H.Presenters.Design.dll
public class FixedGrid : GridBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild- Inheritance
- 
      
      
      
      
      
      
      
      
      
      FixedGrid
- Implements
- Inherited Members
- Extension Methods
Fields
ColumnGridLengthProperty
public static readonly DependencyProperty ColumnGridLengthPropertyField Value
ColumnsProperty
public static readonly DependencyProperty ColumnsPropertyField Value
RowGridLengthProperty
public static readonly DependencyProperty RowGridLengthPropertyField Value
RowsProperty
public static readonly DependencyProperty RowsPropertyField Value
Properties
ColumnGridLength
public GridLength ColumnGridLength { get; set; }Property Value
Columns
public int Columns { get; set; }Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }Property Value
RowGridLength
public GridLength RowGridLength { get; set; }Property Value
Rows
public int Rows { get; set; }Property Value
Methods
Refresh()
protected override void Refresh()