[]
        
(Showing Draft Content)

FarPoint.Win.ComplexBorderSideFactory

ComplexBorderSideFactory Class

Represents an object that provides a means of creating a complex border side in environments that do not support parameterized constructors.

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

Constructors

Name Description
ComplexBorderSideFactory()

Creates a complex border side.

Methods

Name Description
CreateComplexBorderSide(ComplexBorderSideStyle)

Creates a complex border side with the specified ComplexBorderSideStyle.

CreateComplexBorderSide(ComplexBorderSideStyle, Color)

Creates a complex border side with the specified ComplexBorderSideStyle and color.

CreateComplexBorderSide(bool, Color, int, DashStyle, float[], float[])

Creates a complex border side with the specified draw flag, color, width, dash style, dash pattern, and compound array.

CreateComplexBorderSide(Color)

Creates a complex border side with the specified color.

CreateComplexBorderSide(Color, int)

Creates a complex border side with the specified color and width.

CreateComplexBorderSide(Color, int, DashStyle)

Creates a complex border side with the specified color, width, and dash style.

CreateComplexBorderSide(Color, int, DashStyle, float[], float[])

Creates a complex border side with the specified color, width, dash style, dash pattern, and compound array.