Gets the repeating character.
 
Declaration
  public char RepeatChar { get; }
 
  Public ReadOnly Property RepeatChar As Char
 
Property Value
  
    
      | Type | 
      Description | 
    
  
  
    
      | char | 
      A char value represents the repeating character. A char \0 means there is no repeating character. 
 |