Click or drag to resize

ItemLocationDirectControllerShowSizeElements Method

Shows or hides the size-related UI elements and sets their enabled state.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void ShowSizeElements(
	bool isVisible,
	bool isEnabled
)

Parameters

isVisible  Boolean
If set to true, size elements are made visible.
isEnabled  Boolean
If set to true, size elements are enabled.
See Also