Character used to fill up string to length of N.
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public virtual byte Fillchar { get; set; } |
Visual Basic |
---|
Public Overridable Property Fillchar As Byte Get Set |
Visual C++ |
---|
public: virtual property unsigned char Fillchar { unsigned char get (); void set (unsigned char value); } |
F# |
---|
abstract Fillchar : byte with get, set override Fillchar : byte with get, set |