Returns BordersDef object that has equal sides with specified width and color.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public static BordersDef GetEqualSideDef(
	Color color,
	double widthPt
)
Visual Basic (Declaration)
Public Shared Function GetEqualSideDef ( _
	color As Color, _
	widthPt As Double _
) As BordersDef

Parameters

color
Type: System.Drawing..::.Color
widthPt
Type: System..::.Double

Return Value

See Also