C1.Win.8 Assembly / C1.Framework Namespace / BorderEdges Class
Members

BorderEdges Class
Class that stores colors for individual border edges.
Object Model
BorderEdges Class
Syntax
'Declaration
 
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