Search Results for

    Show / Hide Table of Contents

    Class MonoDrawer

    Contains conversion methods between FastReport's UIStyle to various enums.

    Inheritance
    System.Object
    Drawer
    MonoDrawer
    Inherited Members
    Drawer.style
    Drawer.BackgroundColor
    Drawer.SortIndicatorColor
    Drawer.ExpandBorderColor
    Drawer.ExpandLineColor
    Drawer.SplitterColor
    Drawer.SelectedCellBackground
    Drawer.DefaultCellBackground
    Drawer.DefaultCellBorder
    Drawer.DefaultCellText
    Drawer.sortSize
    Drawer.sortPolygonSize
    Drawer.fuelPolygonSize
    Drawer.dropPolygonSize
    Drawer.itemButtonMinTextRect
    Drawer.ItemButtonThemeSpacing
    Drawer.TreeButtonSize
    Drawer.axisCellSpacing
    Drawer.GetControlColor()
    Drawer.GetHeaderTextColor(Boolean)
    Drawer.GetButtonTextColor(DrawerState)
    Drawer.GetExpandBorderPen(Boolean, Boolean)
    Drawer.GetExpandPen(Boolean, Boolean)
    Drawer.GetExpandBrush(Rectangle)
    Drawer.GetSplitterPen()
    Drawer.DrawerStateToButtonState(DrawerState)
    Drawer.CheckStateToWindowsForms(CheckState)
    Drawer.PaintHighlight(Graphics, Rectangle, GraphicsPath, Brush, Pen)
    Drawer.PaintHighlight(Graphics, Rectangle, Boolean)
    Drawer.DrawExpandButton(Graphics, Rectangle, Boolean, Boolean)
    Drawer.GetCheckBoxState(CheckState, DrawerState)
    Drawer.GetRadioButtonState(CheckState, DrawerState)
    Drawer.GetPushButtonState(DrawerState)
    Drawer.PaintCheckBox(Graphics, Rectangle, CheckState, Boolean, DrawerState)
    Drawer.GetConnectorPen()
    Drawer.DrawConnector(Graphics, Point, Point)
    Drawer.CreateLinearGradientBrush(Rectangle, Color, Color, LinearGradientMode)
    Drawer.DrawGradient(Graphics, Rectangle, Color, Color, GradientType)
    Drawer.DrawStyleBackground(Graphics, Rectangle, Style)
    Drawer.DrawStyleBorder(Graphics, Rectangle, Style)
    Drawer.DrawStyleText(Graphics, Rectangle, Style, String, TextFormatFlags)
    Drawer.DrawText(Graphics, Font, Color, Rectangle, String, TextFormatFlags)
    Drawer.DrawSelText(Graphics, Font, Rectangle, String, TextFormatFlags, Int32, Int32, Int32)
    Drawer.DrawImageCell(Graphics, Rectangle, DrawerState)
    Drawer.DrawSort(Graphics, Point, SortDirection)
    Drawer.GetHeaderElement(DrawerState)
    Drawer.DrawColHeaderBg(Graphics, Rectangle, DrawerState, Boolean)
    Drawer.DrawRowHeaderBg(Graphics, Rectangle, DrawerState, Boolean)
    Drawer.DrawColHeaderCell(Graphics, Font, Rectangle, String, DrawerState, Boolean, ItemOptions, SortDirection)
    Drawer.DrawRowHeaderCell(Graphics, Font, Rectangle, String, DrawerState, Boolean)
    Drawer.DrawDataCell(Graphics, Font, Rectangle, String, CellState, DrawerState, Alignment, ImageList, Int32, Style, HighlightDrawHandler, Object)
    Drawer.DrawRowIndicator(Graphics, Rectangle)
    Drawer.DrawSizingLine(Graphics, Point, Point)
    Drawer.DrawGridBody(Graphics, Rectangle)
    Drawer.GetItemButtonDropRect(Rectangle, ItemOptions)
    Drawer.DrawItemButtonBackground(Graphics, Rectangle, DrawerState)
    Drawer.DrawItemButton(Graphics, Font, Rectangle, String, ImageList, Int32, ItemOptions, SortDirection, DrawerState)
    Drawer.GetFuelPolygon(Rectangle)
    Drawer.GetSortPolygon(Rectangle, SortDirection)
    Drawer.GetDropPolygon(Rectangle)
    Drawer.DrawDropDownButtonBackground(Graphics, Rectangle, DrawerState)
    Drawer.DrawDropDownButton(Graphics, Rectangle, ItemOptions, SortDirection, DrawerState)
    Drawer.GetScrollerSize()
    Drawer.DrawChevron(Graphics, Rectangle, Color, Scrollers)
    Drawer.DrawScroll(Graphics, Rectangle, DrawerState, Scrollers)
    Drawer.DrawDropIndicator(Graphics, Rectangle)
    Drawer.HasSpaceForTreeButton(Rectangle)
    Drawer.AlignmentToFlags(Alignment)
    Drawer.MeasureAxisCell(Font, Size, String, PropertyOfCellAxis, Alignment, DrawerState, Boolean, ImageList, Int32)
    Drawer.DrawAxisCell(Graphics, Font, Boolean, Rectangle, String, PropertyOfCellAxis, Alignment, DrawerState, Style, Boolean, Point, Point, ImageList, Int32, Boolean)
    Namespace: FastReport.Olap.Styling
    Assembly: FastReport.Olap.dll
    Syntax
    public class MonoDrawer : Drawer

    Properties

    UIStyle

    Declaration
    public override UIStyle UIStyle { get; set; }
    Property Value
    Type Description
    UIStyle
    Overrides
    Drawer.UIStyle

    UIStyleName

    Declaration
    public override string UIStyleName { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Drawer.UIStyleName

    UIStyleNames

    Declaration
    public override string[] UIStyleNames { get; }
    Property Value
    Type Description
    System.String[]
    Overrides
    Drawer.UIStyleNames

    Methods

    GetToolStripRenderer(UIStyle)

    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.

    SetControlStyle(Control)

    Declaration
    public override void SetControlStyle(Control control)
    Parameters
    Type Name Description
    System.Windows.Forms.Control control
    Overrides
    Drawer.SetControlStyle(Control)
    Back to top © 1998-2024 Copyright Fast Reports Inc.