Click or drag to resize

ItemLocationDirectControllerShowPositionElements Method

Shows or hides the position-related controls.

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

Parameters

isVisible  Boolean
true to show the controls; otherwise, false.
isEnabled  Boolean
true to enable the controls; otherwise, false.
See Also