Spread Windows Forms 12.0 Product Documentation
Pastel Property
Example 


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

Reference

DefaultSpreadSkins Class
DefaultSpreadSkins Members