Skip to main content

Struct WrapLayoutChild

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

public readonly record struct WrapLayoutChild : IEquatable<WrapLayoutChild>

Implements

IEquatable<WrapLayoutChild>

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

LayoutConstraints

LineBreak

public bool LineBreak { get; init; }

Property Value

bool

Margin

public LayoutThickness Margin { get; init; }

Property Value

LayoutThickness