Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Skin Property


In This Topic
    Skin Property (FpSpread)
    In This Topic
    Gets or sets the skin for the spread.
    Syntax
    'Declaration
     
    
    Public Property Skin As SpreadSkin
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As SpreadSkin
     
    instance.Skin = value
     
    value = instance.Skin
    public SpreadSkin Skin {get; set;}
    See Also