ItemLocationDirectControllerShowSizeElements Method |
Shows or hides the size-related controls.
Namespace: Altaxo.Gui.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void ShowSizeElements(
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