Class AccessibilitySettings
Inheritance
AccessibilitySettings
Assembly: SociallyDistant.Framework.dll
Syntax
[SettingsCategory("a11y", "Accessibility", "Interface", false, 0)]
public class AccessibilitySettings : SettingsCategory
Constructors
AccessibilitySettings(ISettingsManager)
Declaration
public AccessibilitySettings(ISettingsManager settingsManager)
Parameters
Properties
DisableTerminalBackgroundBlur
Declaration
public bool DisableTerminalBackgroundBlur { get; set; }
Property Value
ForceWebsiteDarkMode
Declaration
public bool ForceWebsiteDarkMode { get; set; }
Property Value
ReadTextAloudOnMiddleClick
Declaration
public bool ReadTextAloudOnMiddleClick { get; set; }
Property Value
SaveAudioTranscripts
Declaration
public bool SaveAudioTranscripts { get; set; }
Property Value
ShowChatAuthorNames
Declaration
public bool ShowChatAuthorNames { get; set; }
Property Value
ShowImageCaptions
Declaration
public bool ShowImageCaptions { get; set; }
Property Value
TextElementScale
Declaration
public TextElementScale TextElementScale { get; set; }
Property Value
TranscribeVoiceRecordings
Declaration
public bool TranscribeVoiceRecordings { get; set; }
Property Value
UseChatBubbleOutlines
Declaration
public bool UseChatBubbleOutlines { get; set; }
Property Value
UseHighContrastTerminalColors
Declaration
public bool UseHighContrastTerminalColors { get; set; }
Property Value
UseHyperlegibleFont
Declaration
public bool UseHyperlegibleFont { get; set; }
Property Value
UseOpaqueInfoPanel
Declaration
public bool UseOpaqueInfoPanel { get; set; }
Property Value
Methods
BuildSettingsUi(ISettingsUiBuilder)
Declaration
public override void BuildSettingsUi(ISettingsUiBuilder uiBuilder)
Parameters
Overrides