Struct StackLayoutChild
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly record struct StackLayoutChild : IEquatable<StackLayoutChild>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
StackLayoutChild(LayoutConstraints, double, LayoutThickness, LayoutAlignment)
public StackLayoutChild(LayoutConstraints Constraints, double Weight = 1, LayoutThickness Margin = default, LayoutAlignment CrossAlignment = LayoutAlignment.Stretch)
Parameters
Constraints
LayoutConstraints
Weight
double
Margin
LayoutThickness
CrossAlignment
LayoutAlignment
Properties
Constraints
public LayoutConstraints Constraints { get; init; }
Property Value
CrossAlignment
public LayoutAlignment CrossAlignment { get; init; }
Property Value
Margin
public LayoutThickness Margin { get; init; }
Property Value
Weight
public double Weight { get; init; }