Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / AppearanceProperty Class
Members


In This Topic
    AppearanceProperty Class
    In This Topic
    Represents the appearance settings.
    Object Model
    AppearanceProperty Class
    Syntax
    'Declaration
     
    
    Public Class AppearanceProperty 
    'Usage
     
    
    Dim instance As AppearanceProperty
    public class AppearanceProperty 
    Remarks

    When you use the Appearance class IsDefined method or Reset method, you can use the AppearanceProperty fields in your code in place of the actual values.

    For an overview of the various types of appearance settings at various levels, refer to Customizing the Appearance.

    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Spread.AppearanceProperty

    See Also