Click or drag to resize

DateTimeLabelFormatting(DateTimeLabelFormatting) Constructor

Initializes a new instance of the DateTimeLabelFormatting class by copying another instance.

Namespace: Altaxo.Graph.Gdi.LabelFormatting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DateTimeLabelFormatting(
	DateTimeLabelFormatting from
)

Parameters

from  DateTimeLabelFormatting
The instance to copy from.
See Also