Class RowDefinition
Implements definition for row of the Grid
Inherited Members
Namespace: EmptyKeys.UserInterface.Controls
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class RowDefinition : DefinitionBase
Fields
HeightProperty
The height property
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
MaxHeightProperty
The maximum height property
Declaration
public static readonly DependencyProperty MaxHeightProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
MinHeightProperty
The minimum height property
Declaration
public static readonly DependencyProperty MinHeightProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
Height
Gets or sets the height.
Declaration
public GridLength Height { get; set; }
Property Value
Type | Description |
---|---|
GridLength | The height. |
MaxHeight
Gets or sets the maximum height.
Declaration
public float MaxHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The maximum height. |
MinHeight
Gets or sets the minimum height.
Declaration
public float MinHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The minimum height. |