Struct CompositionInterop.LinearLayoutResult
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly record struct CompositionInterop.LinearLayoutResult : IEquatable<CompositionInterop.LinearLayoutResult>
Implements
IEquatable<CompositionInterop.LinearLayoutResult>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
LinearLayoutResult(double, double)
public LinearLayoutResult(double Offset, double Length)
Parameters
Offset
double
Length
double
Properties
Length
public double Length { get; init; }
Property Value
Offset
public double Offset { get; init; }