Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / CornerFooterDefaultStyle Property


In This Topic
    CornerFooterDefaultStyle Property (SpreadSkin)
    In This Topic
    Gets or sets the default style of corner footer.
    Syntax
    'Declaration
     
    
    Public Property CornerFooterDefaultStyle As NamedStyle
    'Usage
     
    
    Dim instance As SpreadSkin
    Dim value As NamedStyle
     
    instance.CornerFooterDefaultStyle = value
     
    value = instance.CornerFooterDefaultStyle
    public NamedStyle CornerFooterDefaultStyle {get; set;}
    See Also