Skip to main content

Struct StackLayoutChild

Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll

public readonly record struct StackLayoutChild : IEquatable<StackLayoutChild>

Implements

IEquatable<StackLayoutChild>

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

LayoutConstraints

CrossAlignment

public LayoutAlignment CrossAlignment { get; init; }

Property Value

LayoutAlignment

Margin

public LayoutThickness Margin { get; init; }

Property Value

LayoutThickness

Weight

public double Weight { get; init; }

Property Value

double