Show / Hide Table of Contents

Class RowDefinition

Implements definition for row of the Grid

Inheritance
System.Object
DependencyObject
DefinitionBase
RowDefinition
Inherited Members
DefinitionBase.Name
DefinitionBase.Parent
DefinitionBase.OnPropertyChanged(DependencyProperty)
DependencyObject.DependencyObjectType
DependencyObject.IsSealed
DependencyObject.Equals(Object)
DependencyObject.GetHashCode()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetLocalValueEnumerator()
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.SetBinding(DependencyProperty, Binding)
DependencyObject.SetResourceReference(DependencyProperty, Object)
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.

Back to top Generated by DocFX