Table of Contents

Class RowDefinition

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Defines row-specific properties that apply to Grid controls.

public class RowDefinition : GridDefinitionBase, IBaseObject, IDisposableObject, IDisposable
Inheritance
RowDefinition
Implements

Constructors

RowDefinition()

Initializes a new instance of the RowDefinition class.

Properties

ActualHeight

Gets a value that represents the calculated height of the RowDefinition.

Height

Gets the calculated height of a RowDefinition, or sets the GridLength value of a row that is defined by the RowDefinition.

MaxHeight

Gets or sets a value that represents the maximum height of a RowDefinition.

MinHeight

Gets or sets a value that represents the minimum allowable height of a RowDefinition.

Offset

Gets a value that represents the offset value of this RowDefinition.

Methods

CreateAuto()

Creates RowDefinition instance with Height equal to Auto.