Click or drag to resize

AbstractPadContentTitle Property

Returns the title of the pad (IPadContent), or the text on the tab page of the document window (IViewContent).

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string? Title { get; }

Property Value

String

Implements

IWorkbenchContentTitle
See Also