Click or drag to resize

TextTickSpacingCopyFrom(TextTickSpacing) Method

Copies the state from another TextTickSpacing instance.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CopyFrom(
	TextTickSpacing from
)

Parameters

from  TextTickSpacing
The instance to copy from.
See Also