Image ReferenceDisplay Title Property
This read-only property is used to get a title for display (i.e. in the designer)
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If there is AlternateText specified, it is returned along with the filename and the image ID in parentheses. If not, the filename is returned along with the image ID in parentheses.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string DisplayTitle { get; }VB
Public ReadOnly Property DisplayTitle As String
GetC++
public:
property String^ DisplayTitle {
String^ get ();
}F#
member DisplayTitle : string with getProperty Value
StringIf there is AlternateText specified, it is returned along with the filename and the image ID in parentheses. If not, the filename is returned along with the image ID in parentheses.