Spread Windows Forms 12.0 Product Documentation
Midnight Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultSpreadSkins Class : Midnight Property
Represents the built-in skin, Midnight.
Syntax
'Declaration
 
Public Shared ReadOnly Property Midnight As SpreadSkin
'Usage
 
Dim value As SpreadSkin
 
value = DefaultSpreadSkins.Midnight
public static SpreadSkin Midnight {get;}
Example
This example sets the style.
FarPoint.Win.Spread.DefaultSpreadSkins.Midnight.Apply(fpSpread1);
FarPoint.Win.Spread.DefaultSpreadSkins.Midnight.Apply(FpSpread1)
See Also

Reference

DefaultSpreadSkins Class
DefaultSpreadSkins Members