Skip to main content

Struct VelloVariationAxisValue

Namespace: VelloSharp.Text
Assembly: VelloSharp.Text.dll

public readonly record struct VelloVariationAxisValue : IEquatable<VelloVariationAxisValue>

Implements

IEquatable<VelloVariationAxisValue>

Inherited Members

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

Constructors

VelloVariationAxisValue(string, float)

public VelloVariationAxisValue(string Tag, float Value)

Parameters

Tag string

Value float

Properties

Tag

public string Tag { get; }

Property Value

string

Value

public float Value { get; init; }

Property Value

float