Show / Hide Table of Contents

Class SystemParameters

Contains properties that you can use to query system settings.

Inheritance
System.Object
SystemParameters
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public static class SystemParameters

Properties

| Improve this Doc View Source

HighContrast

Gets a value that indicates whether the client computer is in high-contrast mode.

Declaration
[NotImplemented]
public static bool HighContrast { get; }
Property Value
Type Description
System.Boolean

true if the client computer is in high-contrast mode; otherwise, false.

| Improve this Doc View Source

WheelScrollLines

Gets a value that indicates the number of lines to scroll vertically in response to mouse wheel events.

Declaration
public static int WheelScrollLines { get; }
Property Value
Type Description
System.Int32

The number of lines to scroll vertically in response to mouse wheel events. This always return 3.

  • Improve this Doc
  • View Source