Struct ParleyVariationAxis
Namespace: VelloSharp.Text
Assembly: VelloSharp.Text.dll
public readonly record struct ParleyVariationAxis : IEquatable<ParleyVariationAxis>
Implements
IEquatable<ParleyVariationAxis>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
ParleyVariationAxis(string, float, float, float)
public ParleyVariationAxis(string Tag, float MinValue, float DefaultValue, float MaxValue)
Parameters
Tag string
MinValue float
DefaultValue float
MaxValue float
Properties
DefaultValue
public float DefaultValue { get; init; }
Property Value
MaxValue
public float MaxValue { get; init; }
Property Value
MinValue
public float MinValue { get; init; }
Property Value
Tag
public string Tag { get; init; }