TreeView for WinForms | ComponentOne
C1.Framework Namespace / BorderEdges Class
Members

In This Topic
    BorderEdges Class
    In This Topic
    Class that stores colors for individual border edges.
    Syntax
    'Declaration
     
    
    <TypeConverterAttribute(C1.Framework.BorderEdgesConverter)>
    Public Class BorderEdges 
    [TypeConverter(C1.Framework.BorderEdgesConverter)]
    public class BorderEdges 
    Remarks

    In most cases, borders have a single color and this class is not used at all.

    If the members of this class are set to non-transparent colors, then the specified colors are used to paint over specific edges.

    This class paints the borders with a bevel so they line up at the corners, but it does not handle corners at all, so only rectangular elements can have multi-colored borders.

    Inheritance Hierarchy

    System.Object
       C1.Framework.BorderEdges

    See Also