Spread Windows Forms 12.0 Product Documentation
Shamrock Property
Example 


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

Reference

DefaultSpreadSkins Class
DefaultSpreadSkins Members