Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSpreadSkins Class / ArcticSea Property
Example


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