Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / DefaultSkin Property


In This Topic
DefaultSkin Property
In This Topic
Gets, or Sets the default Skin that will be used for painting.
Syntax
'Declaration
 
Public Property DefaultSkin As SpreadSkin
 
'Usage
 
Dim instance As FpSpread
Dim value As SpreadSkin
 
instance.DefaultSkin = value
 
value = instance.DefaultSkin
See Also