Spread ASP.NET 6.0 Product Documentation
AppearanceProperty Class Members
See Also  Fields  Methods  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : AppearanceProperty Class


Glossary Item Box

The following tables list the members exposed by AppearanceProperty.

Protected Constructors

 NameDescription
Protected ConstructorAppearanceProperty ConstructorCreates an AppearanceProperty object with the given name.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)BackColorRepresents the BackColor property (index is 0), which specifies the background color of the object.  
Public Fieldstatic (Shared in Visual Basic)FontRepresents the Font property (index is 1), which specifies the font characteristics of the object.  
Public Fieldstatic (Shared in Visual Basic)ForeColorRepresents the ForeColor property (index is 2), which specifies the text color of the object.  
Public Fieldstatic (Shared in Visual Basic)HorizontalAlignRepresents the HorizontalAlign property (index is 3), which specifies the horizontal alignment of the object.  
Public Fieldstatic (Shared in Visual Basic)VerticalAlignRepresents the VerticalAlign property (index is 4), which specifies the vertical alignment of the object.  
Top

Public Methods

 NameDescription
Public MethodToStringReturns the property name as a string.  
Top

Protected Methods

 NameDescription
Protected MethodGetIndexReturns the int value associated with the given AppearanceProperty object.  
Top

Public Operators

public Operator Implicit Type Conversion Converts an AppearanceProperty object to an integer value.
Top

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.