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