Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / SetAppearance Method
Appearance object from which to set appearance settings


In This Topic
    SetAppearance Method
    In This Topic
    Sets the appearance settings of an Appearance object into this object.
    Syntax
    'Declaration
     
    
    Public Sub SetAppearance( _
       ByVal appearance As Appearance _
    ) 
    'Usage
     
    
    Dim instance As StyleInfo
    Dim appearance As Appearance
     
    instance.SetAppearance(appearance)
    public void SetAppearance( 
       Appearance appearance
    )

    Parameters

    appearance
    Appearance object from which to set appearance settings
    See Also