Click or drag to resize

ItemLocationDirectInternalSetAbsoluteSizeXSilent Method

Sets the absolute width 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 InternalSetAbsoluteSizeXSilent(
	double value
)

Parameters

value  Double
The new absolute width.
See Also