Spread Windows Forms 12.0 Product Documentation
Metallic Property
Example 


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

Reference

DefaultSpreadSkins Class
DefaultSpreadSkins Members