MindFusion WinForms Programmer's Guide
ControlStyle Members
Properties
 


A ControlStyle instance defines the appearance style of calendar child controls, such as buttons and scrollbars.

The following tables list the members exposed by the ControlStyle type.

 Public Properties

  Name Description

ButtonBorderColor

Gets or sets the color used to draw the buttons border lines.

ButtonFillBrush

Gets or sets the brush used to fill the background of button child controls when they are neither pushed nor the mouse pointer hovers over them.

ButtonFillBrushDown

Gets or sets the brush used to fill the background of button child controls when they are pushed down.

ButtonFillBrushOver

Gets or sets the brush used to fill the background of button child controls when the mouse pointer hovers over them.

HScrollBarBackBrush

Gets or sets the brush used to fill the background of the horizontal scrollbar.

HScrollBarBackBrushDark

Gets or sets the brush used to fill the background of the horizontal scrollbar when a user clicks on the scrollbar shaft in order to scroll a page left or right.

HScrollBarBorderColor

Gets or sets the color used to draw the horizontal scrollbar border lines.

HScrollBarFillBrush

Gets or sets the brush used to fill the elements of the horizontal scrollbar when they are neither pushed nor the mouse pointer hovers over them.

HScrollBarFillBrushDown

Gets or sets the brush used to fill the elements of the horizontal scrollbar when they are pushed down.

HScrollBarFillBrushOver

Gets or sets the brush used to fill the elements of the horizontal scroll bar when the mouse pointer hovers over them.

HScrollBarHeight

Gets or sets the height of the horizontal scrollbar.

VScrollBarBackBrush

Gets or sets the brush used to fill the background of the vertical scrollbar.

VScrollBarBackBrushDark

Gets or sets the brush used to fill the background of the vertical scrollbar when a user clicks on the scrollbar shaft in order to scroll a page up or down.

VScrollBarBorderColor

Gets or sets the color used to draw the vertical scrollbar border lines.

VScrollBarFillBrush

Gets or sets the brush used to fill the elements of the vertical scrollbar when they are neither pushed nor the mouse pointer hovers over them.

VScrollBarFillBrushDown

Gets or sets the brush used to fill the elements of the vertical scrollbar when they are pushed down.

VScrollBarFillBrushOver

Gets or sets the brush used to fill the elements of the vertical scroll bar when the mouse pointer hovers over them.

VScrollBarWidth

Gets or sets the width of the vertical scrollbar.

 See Also

ControlStyle Class
MindFusion.Scheduling.WinForms Namespace