Class MonoDrawer
Contains conversion methods between FastReport's UIStyle to various enums.
Inheritance
System.Object
MonoDrawer
Inherited Members
Drawer.DrawDataCell(Graphics, Font, Rectangle, String, CellState, DrawerState, Alignment, ImageList, Int32, Style, HighlightDrawHandler, Object)
Drawer.DrawAxisCell(Graphics, Font, Boolean, Rectangle, String, PropertyOfCellAxis, Alignment, DrawerState, Style, Boolean, Point, Point, ImageList, Int32, Boolean)
Assembly: FastReport.Olap.dll
Syntax
public class MonoDrawer : Drawer
Properties
UIStyle
Declaration
public override UIStyle UIStyle { get; set; }
Property Value
Overrides
UIStyleName
Declaration
public override string UIStyleName { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
UIStyleNames
Declaration
public override string[] UIStyleNames { get; }
Property Value
Type |
Description |
System.String[] |
|
Overrides
Methods
Returns toolstrip renderer for the given style.
Declaration
public static ToolStripProfessionalRenderer GetToolStripRenderer(UIStyle style)
Parameters
Type |
Name |
Description |
UIStyle |
style |
UI style.
|
Returns
Type |
Description |
System.Windows.Forms.ToolStripProfessionalRenderer |
The renderer.
|
Declaration
public override void SetControlStyle(Control control)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Control |
control |
|
Overrides