LengthOrAuto

LengthOrAuto()

Initializes a new instance of the LengthOrAuto class and sets state to ‘auto’.

public LengthOrAuto()

See Also


LengthOrAuto(Length)

Initializes a new instance of the LengthOrAuto class and sets state to ’lenght'.

public LengthOrAuto(Length length)
ParameterTypeDescription
lengthLengthThe length.

See Also