Click or drag to resize

ItemLocationDirectInternalSetAbsoluteSizeYSilent Method

Sets the absolute height without raising a change event.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void InternalSetAbsoluteSizeYSilent(
	double value
)

Parameters

value  Double
The new absolute height.
See Also