Click or drag to resize
Sandcastle Help File BuilderImageReferenceDisplayTitle Property
This read-only property is used to get a title for display (i.e. in the designer).

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public string DisplayTitle { get; }

Property Value

Type: String
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.
See Also