Click or drag to resize

ItemLocationDirectInternalSetSizeXSilent Method

Updates the width value without raising change notifications.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void InternalSetSizeXSilent(
	RADouble value
)

Parameters

value  RADouble
The new width value.
See Also