Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / GetAppearance Method
Appearance object to receive the appearance settings, or null to create and return a new Appearance object


In This Topic
GetAppearance Method (StyleInfo)
In This Topic
Gets the appearance settings for the specified object.
Syntax
'Declaration
 
Public Function GetAppearance( _
   ByVal appearance As Appearance _
) As Appearance
 
'Usage
 
Dim instance As StyleInfo
Dim appearance As Appearance
Dim value As Appearance
 
value = instance.GetAppearance(appearance)

Parameters

appearance
Appearance object to receive the appearance settings, or null to create and return a new Appearance object
See Also