System.Markdown.Styles.TListImagesStyle.Plus
Prototype
property Plus: string index 2 read GetImage write SetImage;
Description
Defines the replacement image for plus + 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