Namespace: Spire.Barcode.WebUI
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 5.6.0.0 (5.6.0.9020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[TypeConverterAttribute(typeof(ColorConverter))] public Color FontColor { get; set; }
<TypeConverterAttribute(GetType(ColorConverter))> Public Property FontColor As Color Get Set
public: [TypeConverterAttribute(typeof(ColorConverter))] property Color FontColor { Color get (); void set (Color value); }
[<TypeConverterAttribute(typeof(ColorConverter))>] member FontColor : Color with get, set