DocumentOnTypeFormattingParams.Character Property

Definition

Gets or sets the character that was typed.

public:
 property System::String ^ Character { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(Name="ch")]
public string Character { get; set; }
[<System.Runtime.Serialization.DataMember(Name="ch")>]
member this.Character : string with get, set
Public Property Character As String

Property Value

Attributes

Applies to