Skip to main content

Struct LayoutThickness

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

public readonly record struct LayoutThickness : IEquatable<LayoutThickness>

Implements

IEquatable<LayoutThickness>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

LayoutThickness(double, double, double, double)

public LayoutThickness(double Left, double Top, double Right, double Bottom)

Parameters

Left double

Top double

Right double

Bottom double

Properties

Bottom

public double Bottom { get; init; }

Property Value

double

Horizontal

public double Horizontal { get; }

Property Value

double

Left

public double Left { get; init; }

Property Value

double

Right

public double Right { get; init; }

Property Value

double

Top

public double Top { get; init; }

Property Value

double

Vertical

public double Vertical { get; }

Property Value

double

Zero

public static LayoutThickness Zero { get; }

Property Value

LayoutThickness