System.Markdown.Styles.TListImagesStyle.Hyphen
Prototype
property Hyphen: string index 1 read GetImage write SetImage;
Description
Defines the replacement image for hyphens - in unordered lists.
The control must be linked to a list of images, either through its ImageList property or through that of a TMDStyle if its Style property is defined.
This property can contain the index of an image or its name (requires Delphi 10.3 or newer).
See also