[]
        
(Showing Draft Content)

FarPoint.Web.Spread.AppearanceProperty

AppearanceProperty Class

Represents the object appearance settings.

Inheritance
AppearanceProperty
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class AppearanceProperty
Public Class AppearanceProperty

Constructors

Name Description
AppearanceProperty(string)

Creates an AppearanceProperty object with the given name.

Fields

Name Description
BackColor

Represents the BackColor property (index is 0), which specifies the background color of the object.

EncodeValue

Represents the EncodeValue property (index is 7), which specifies the EncodeValue of the object.

Font

Represents the Font property (index is 1), which specifies the font characteristics of the object.

ForeColor

Represents the ForeColor property (index is 2), which specifies the text color of the object.

HorizontalAlign

Represents the HorizontalAlign property (index is 3), which specifies the horizontal alignment of the object.

ImeMode

Represents the ImeMode property (index is 6), which specifies the imemode of the object.

VerticalAlign

Represents the VerticalAlign property (index is 4), which specifies the vertical alignment of the object.

Methods

Name Description
GetIndex(AppearanceProperty)

Returns the integer value associated with the given AppearanceProperty object.

ToString()

Returns the property name as a string.

Operators

Name Description
implicit operator int(AppearanceProperty)

Converts an AppearanceProperty object to an integer value.