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

In This Topic
    Bottom Property (BorderEdges)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the bottom edge of the border.
    Syntax
    'Declaration
     
    
    <DescriptionAttribute("Gets or sets the color used to paint the bottom edge of the border.")>
    <DefaultValueAttribute(System.Drawing.Color, "Transparent")>
    Public Property Bottom As Color
    [Description("Gets or sets the color used to paint the bottom edge of the border.")]
    [DefaultValue(System.Drawing.Color, "Transparent")]
    public Color Bottom {get; set;}
    See Also