ToggleFontSuperscriptCommand Class
Toggles the superscript style on the selection.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public class ToggleFontSuperscriptCommand :
ToggleChangeCharacterFormattingCommandBase<CharacterFormattingScript>
#Remarks
Use the CharacterPropertiesBase.Superscript API property, to achieve the same result.