Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public virtual Color BorderColorLeft { get; set; } |
Visual Basic |
---|
Public Overridable Property BorderColorLeft As Color
Get
Set |
Visual C++ |
---|
public:
virtual property Color^ BorderColorLeft {
Color^ get ();
void set (Color^ value);
} |
See Also