[]
        
(Showing Draft Content)

FarPoint.Win.BevelBorderFactory

BevelBorderFactory Class

Represents an object for creating beveled borders in environments that do not support parameterized constructors.

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

Constructors

Name Description
BevelBorderFactory()

Creates a beveled border factory.

Methods

Name Description
CreateBevelBorder(BevelBorderType)

Creates a beveled border with the specified type.

CreateBevelBorder(BevelBorderType, Color, Color)

Creates a beveled border with the specified type, highlight color, and shadow color.

CreateBevelBorder(BevelBorderType, Color, Color, int)

Creates a beveled border with the specified type, highlight color, shadow color, and thickness.

CreateBevelBorder(BevelBorderType, Color, Color, int, bool, bool, bool, bool)

Creates a beveled border with the specified type, highlight color, shadow color, thickness, and sides on which the border is drawn.