Skip to content

GridRowDefinition

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

Defines the sizing behavior for a grid row.

csharp
public sealed record GridRowDefinition : IEquatable<GridRowDefinition>

Inheritance

ObjectGridRowDefinition

Implements

Constructors

GridRowDefinition()

Creates a row definition with content-based sizing.

csharp
public GridRowDefinition()

GridRowDefinition(SizeHint)

Defines the sizing behavior for a grid row.

Parameters:

  • Height (SizeHint): The size hint for this row's height. Defaults to .
csharp
public GridRowDefinition(SizeHint Height)

Properties

Height

The size hint for this row's height. Defaults to .

Returns: SizeHint

csharp
public SizeHint Height { get; init; }

Released under the MIT License.