Get/set the color of the border.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public virtual Color BorderColor { get; set; }
Visual Basic
Public Overridable Property BorderColor As Color
	Get
	Set
Visual C++
public:
virtual property Color^ BorderColor {
	Color^ get ();
	void set (Color^ value);
}

Field Value

a Color

Collapse imageSee Also