RowDefinition - ahatornn/clforms GitHub Wiki

RowDefinition

ClForms.Common.Grid.RowDefinition
Defines row-specific properties that apply to Grid elements

public class RowDefinition: GridLayoutDefinition

Inheritance GridLayoutDefinition -> RowDefinition

Constructors

Syntax Description
RowDefinition() Initialize a new RowDefinition instance
RowDefinition(SizeType sizeType) Initialize a new RowDefinition instance with SizeType
RowDefinition(SizeType sizeType, int width) Initialize a new RowDefinition instance with SizeType and width value

Properties

Name Type Description
Height int Gets or sets the height value of the row
SizeType SizeType Gets or sets a value indicating how to resize rows or columns relative to the table containing it