DensityImageLegendControllerShowDialog(DensityImageLegend, String) Method |
Shows the dialog for editing the specified density-image legend and initial page.
Namespace: Altaxo.Gui.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool ShowDialog(
DensityImageLegend layer,
string currentPage
)
Parameters
- layer DensityImageLegend
- The density-image legend to edit.
- currentPage String
- The page that should be shown initially.
Return Value
Booleantrue if the dialog was accepted; otherwise,
false.
See Also