Struct DockLayoutOptions
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly record struct DockLayoutOptions : IEquatable<DockLayoutOptions>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
DockLayoutOptions(LayoutThickness, double, bool)
public DockLayoutOptions(LayoutThickness Padding, double Spacing, bool LastChildFill)
Parameters
Padding
LayoutThickness
Spacing
double
LastChildFill
bool
Properties
LastChildFill
public bool LastChildFill { get; init; }
Property Value
Padding
public LayoutThickness Padding { get; init; }
Property Value
Spacing
public double Spacing { get; init; }