Share via


CoreTextServicesConstants.HiddenCharacter Property

Definition

Gets a value to use to replace hidden data inside a text stream before returning the text to the text input server.

public:
 static property char16 HiddenCharacter { char16 get(); };
static char16_t HiddenCharacter();
public static char HiddenCharacter { get; }
var char = CoreTextServicesConstants.hiddenCharacter;
Public Shared ReadOnly Property HiddenCharacter As Char

Property Value

Char

char16

char16_t

A value to use to replace hidden data inside a text stream. The Unicode code point is 0xF8FD.

Applies to