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: Microsoft.Windows
Assembly: OpenSilver.Controls.Toolkit.dll
Syntax
public static class SystemParameters

Properties

| Improve this Doc View Source

MinimumHorizontalDragDistance

Gets the minimum amount of horizontal drag distance before a drag operation occurs.

Declaration
public static double MinimumHorizontalDragDistance { get; }
Property Value
Type Description
System.Double

The minimum amount of horizontal drag distance before a drag operation occurs.

| Improve this Doc View Source

MinimumVerticalDragDistance

Gets the minimum amount of vertical drag distance before a drag operation occurs.

Declaration
public static double MinimumVerticalDragDistance { get; }
Property Value
Type Description
System.Double

The minimum amount of vertical drag distance before a drag operation occurs.

  • Improve this Doc
  • View Source