Spread Windows Forms 12.0 Product Documentation
Seashell Property
Example 


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

Reference

DefaultSpreadSkins Class
DefaultSpreadSkins Members