Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / CornerDefaultStyle Property


In This Topic
    CornerDefaultStyle Property
    In This Topic
    Gets or sets the corner default renderer of the Spread skin.
    Syntax
    'Declaration
     
    
    Public Property CornerDefaultStyle As NamedStyle
    'Usage
     
    
    Dim instance As SpreadSkin
    Dim value As NamedStyle
     
    instance.CornerDefaultStyle = value
     
    value = instance.CornerDefaultStyle
    public NamedStyle CornerDefaultStyle {get; set;}
    See Also