Click or drag to resize

AbstractViewContentTitle Property

Gets/Sets the title of the current tab page. This value will be passed through the string parser before being displayed.

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

Property Value

String

Implements

IWorkbenchContentTitle
See Also