Struct WrapLayoutChild
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly record struct WrapLayoutChild : IEquatable<WrapLayoutChild>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
WrapLayoutChild(LayoutConstraints, LayoutThickness, bool)
public WrapLayoutChild(LayoutConstraints Constraints, LayoutThickness Margin, bool LineBreak = false)
Parameters
Constraints
LayoutConstraints
Margin
LayoutThickness
LineBreak
bool
Properties
Constraints
public LayoutConstraints Constraints { get; init; }
Property Value
LineBreak
public bool LineBreak { get; init; }
Property Value
Margin
public LayoutThickness Margin { get; init; }