[]
        
(Showing Draft Content)

FarPoint.Win.LineBorderFactory

LineBorderFactory Class

Represents a class for creating single-line borders in environments that do not support parameterized constructors.

Inheritance
LineBorderFactory
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public class LineBorderFactory
Public Class LineBorderFactory

Constructors

Name Description
LineBorderFactory()

Creates a single-line border factory.

Methods

Name Description
CreateLineBorder(Color)

Creates a single-line border with the specified color.

CreateLineBorder(Color, int)

Creates a single-line border with the specified color and thickness.

CreateLineBorder(Color, int, bool, bool, bool, bool)

Creates a single-line border with the specified color and thickness, and specifies on which sides the border is drawn.