Gets or sets the list of images to be displayed at print preview toolbar buttons.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public ImageList ButtonImages { get; set; } |
Visual Basic Copy Code |
---|
Public Property ButtonImages As ImageList |
An instance of the .NET ImageList class. The default is a null reference (Nothing in Visual Basic).
If this property is set to null, the default MindFusion.Diagramming toolbar buttons are used. In order to use a different image list, it must contain at least 14 images with size 25x25 pixels. The following table shows the mapping between toolbar buttons and the ImageList indices:
Index | Button |
---|---|
0 | |
1 | Zoom |
2 | One Page |
3 | Two Pages |
4 | Three Pages |
5 | Four Pages |
6 | Six Pages |
7 | First Page |
8 | Previous Page |
9 | Next Page |
10 | Last Page |
11 | Portrait |
12 | Landscape |
13 | Fit to Page |