Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / CornerParent Property


In This Topic
    CornerParent Property
    In This Topic
    Gets the parent style name to use for initializing the corner default style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CornerParent As String
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As String
     
    value = instance.CornerParent
    public string CornerParent {get;}
    See Also