[]
        
(Showing Draft Content)

FarPoint.Win.Spread.GradientInterfaceRenderer.-ctor

GradientInterfaceRenderer Constructor

GradientInterfaceRenderer()

Creates a new interface gradient renderer.

Declaration
public GradientInterfaceRenderer()
Public Sub New()

GradientInterfaceRenderer(Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Color, Font, Font)

Creates a new interface gradient renderer with the specified parameters.

Declaration
public GradientInterfaceRenderer(Color topColor, Color bottomColor, Color mouseTopColor, Color mouseBottomColor, Color activeTopColor, Color activeBottomColor, Color disabledTopColor, Color disabledBottomColor, Color foreColor, Color backgroundColor, Color borderColor, Color pressedTopColor, Color pressedBottomColor, Font font, Font activeFont)
Public Sub New(topColor As Color, bottomColor As Color, mouseTopColor As Color, mouseBottomColor As Color, activeTopColor As Color, activeBottomColor As Color, disabledTopColor As Color, disabledBottomColor As Color, foreColor As Color, backgroundColor As Color, borderColor As Color, pressedTopColor As Color, pressedBottomColor As Color, font As Font, activeFont As Font)
Parameters
Type Name Description
Color topColor

Top color of the gradient

Color bottomColor

Bottom color of the gradient

Color mouseTopColor

Top color of the gradient for mouse-overs

Color mouseBottomColor

Bottom color of the gradient for mouse-overs

Color activeTopColor

Top color of the gradient when in focus

Color activeBottomColor

Bottom color of the gradient when in focus

Color disabledTopColor

Top color of the gradient when disabled

Color disabledBottomColor

Bottom color of the gradient when disabled

Color foreColor

Text color

Color backgroundColor

Background color

Color borderColor

Border color

Color pressedTopColor

Top color of the gradient when pressed

Color pressedBottomColor

Bottom color of the gradient when pressed

Font font

Text font

Font activeFont

Text font when in focus