Spread Windows Forms 12.0 Product Documentation
Rose Property
Example 


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

Reference

DefaultSpreadSkins Class
DefaultSpreadSkins Members