[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Appearance

Appearance Class

Represents the appearance settings for an object.

Inheritance
Appearance
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class Appearance
Public Class Appearance

Constructors

Name Description
Appearance()

Creates a set of appearance settings with default values.

Appearance(Color, Color, Font, CellHorizontalAlignment, CellVerticalAlignment, bool, bool, Color, Color, Color, Color)

Creates a set of appearance settings with the specified colors, buttons, and alignment.

Appearance(Color, Color, Font, CellHorizontalAlignment, CellVerticalAlignment, bool, bool, Color, Color, Color, Color, VisualStyles)

Creates a set of appearance settings with the specified colors, buttons, alignment, and visual style.

Appearance(Color, Color, Font, CellHorizontalAlignment, CellVerticalAlignment, bool, bool, Color, Color, Color, Color, VisualStyles, SortState, FilterState)

Creates a set of appearance settings with the specified colors, buttons, alignment, visual style, and sorting and filtering states.

Appearance(Color, Color, Font, CellHorizontalAlignment, CellVerticalAlignment, bool, bool, Color, Color, Color, Color, VisualStyles, SortState, FilterState, bool, bool, bool, bool)

Creates a set of appearance settings with the specified colors, buttons, alignment, visual style, and sorting and filtering states.

Appearance(Color, Color, Font, CellHorizontalAlignment, CellVerticalAlignment, bool, bool, Color, Color, Color, Color, VisualStyles, SortState, FilterState, bool, bool, bool, bool, bool, int)

Creates a set of appearance settings with the specified colors, buttons, alignment, visual style, and sorting and filtering states.

Appearance(Color, Color, Font, CellHorizontalAlignment, CellVerticalAlignment, bool, bool, Color, Color, Color, Color, VisualStyles, SortState, FilterState, bool, bool, bool, bool, bool, int, CellPadding, bool)

Creates a set of appearance settings with the specified colors, buttons, alignment, visual style, and sorting and filtering states.

Appearance(Color, Color, Font, CellHorizontalAlignment, CellVerticalAlignment, bool, bool, Color, Color, Color, Color, VisualStyles, SortState, FilterState, bool, bool, bool, bool, bool, int, CellPadding, bool, Color, Color, Font, Font, Font)

Creates a set of appearance settings with the specified colors, buttons, alignment, visual style, and sorting and filtering states.

Properties

Name Description
BackColor

Gets or sets the background color of an object.

CellPadding

Gets or sets the number of spaces to pad the cell(s) in pixels.

ContainsSelection

Gets or sets whether the rendered item should paint as if it is selected.

DisplayFormulas

Gets a boolean value indicating whether the cell display formula instead of value.

DisplayZero

Gets or sets whether zero values are displayed in cells.

DrawEditButton

Gets or sets whether to draw the edit button for an object.

DrawPrimaryButton

Gets or sets whether to draw the primary button for an object.

DrawSecondaryButton

Gets or sets whether to draw the secondary button for an object.

FilterState

Gets or sets the filtering state.

Font

Gets or sets the font information of an object.

ForeColor

Gets or sets the text color of an object.

HorizontalAlignment

Gets or sets the horizontal alignment of an object or text in a cell.

IsGrayscale

Gets or sets whether to printing with black and white mode.

LockBackColor

Gets or sets the background color of an object when the cell is locked.

LockFont

Gets or sets the font for a locked object.

LockForeColor

Gets or sets the text color of an object when the cell is locked.

MouseOver

Gets or sets whether the mouse is over the rendered item.

NullBackColor

Gets or sets the background color of an objects null state.

NullFont

Gets or sets the font for a null object.

NullForeColor

Gets or sets the text color of an objects null state.

RightToLeft

Gets or sets whether the object should paint right to left.

ScaleDimensionX

Gets or sets scaling factor with dpi effects

SelectionBackColor

Gets or sets the background color of an object when the object is selected.

SelectionFont

Gets or sets the font for a selected object.

SelectionForeColor

Gets or sets the text color of an object when the object is selected.

ShowActive

Gets or sets whether the rendered item should display an active or hot state.

SortState

Gets or sets the sorting state.

TextIndent

Gets or sets the amount to indent the text in a cell.

TouchDropDownScale

Gets or sets the scale factor of the drop-down window in the touch device.

VerticalAlignment

Gets or sets the vertical alignment of an object or text in a cell.

VisualStyles

Gets or sets whether to render using visual styles.

Methods

Name Description
Equals(object)