Struct GridLayoutChild
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly record struct GridLayoutChild : IEquatable<GridLayoutChild>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
GridLayoutChild(LayoutConstraints, ushort, ushort, ushort, ushort, LayoutThickness, LayoutAlignment, LayoutAlignment)
public GridLayoutChild(LayoutConstraints Constraints, ushort Column, ushort Row, ushort ColumnSpan, ushort RowSpan, LayoutThickness Margin, LayoutAlignment HorizontalAlignment, LayoutAlignment VerticalAlignment)
Parameters
Constraints
LayoutConstraints
Column
ushort
Row
ushort
ColumnSpan
ushort
RowSpan
ushort
Margin
LayoutThickness
HorizontalAlignment
LayoutAlignment
VerticalAlignment
LayoutAlignment
Properties
Column
public ushort Column { get; init; }
Property Value
ColumnSpan
public ushort ColumnSpan { get; init; }
Property Value
Constraints
public LayoutConstraints Constraints { get; init; }
Property Value
HorizontalAlignment
public LayoutAlignment HorizontalAlignment { get; init; }
Property Value
Margin
public LayoutThickness Margin { get; init; }
Property Value
Row
public ushort Row { get; init; }
Property Value
RowSpan
public ushort RowSpan { get; init; }
Property Value
VerticalAlignment
public LayoutAlignment VerticalAlignment { get; init; }