Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / StyleObjectInfo Class / Borders Property


In This Topic
    Borders Property (StyleObjectInfo)
    In This Topic
    Gets the BordersInfo object that represents the borders of the specified object.
    Syntax
    'Declaration
     
    Public Overridable Property Borders As BordersInfo
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As BordersInfo
     
    instance.Borders = value
     
    value = instance.Borders
    public virtual BordersInfo Borders {get; set;}

    Property Value

    The borders of the specified object.
    See Also