menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SystemParameters2 - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SystemParameters2

    Inheritance
    System.Object
    SystemParameters2
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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: Syncfusion.Windows
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class SystemParameters2 : INotifyPropertyChanged

    Properties

    Current

    Declaration
    public static SystemParameters2 Current { get; }
    Property Value
    Type
    SystemParameters2

    HighContrast

    Declaration
    public bool HighContrast { get; }
    Property Value
    Type
    System.Boolean

    IsGlassEnabled

    Declaration
    public bool IsGlassEnabled { get; }
    Property Value
    Type
    System.Boolean

    SmallIconSize

    Declaration
    public Size SmallIconSize { get; }
    Property Value
    Type
    System.Windows.Size

    UxThemeColor

    Declaration
    public string UxThemeColor { get; }
    Property Value
    Type
    System.String

    UxThemeName

    Declaration
    public string UxThemeName { get; }
    Property Value
    Type
    System.String

    WindowCaptionButtonsLocation

    Declaration
    public Rect WindowCaptionButtonsLocation { get; }
    Property Value
    Type
    System.Windows.Rect

    WindowCaptionHeight

    Declaration
    public double WindowCaptionHeight { get; }
    Property Value
    Type
    System.Double

    WindowCornerRadius

    Declaration
    public CornerRadius WindowCornerRadius { get; }
    Property Value
    Type
    System.Windows.CornerRadius

    WindowGlassBrush

    Declaration
    public SolidColorBrush WindowGlassBrush { get; }
    Property Value
    Type
    System.Windows.Media.SolidColorBrush

    WindowGlassColor

    Declaration
    public Color WindowGlassColor { get; }
    Property Value
    Type
    System.Windows.Media.Color

    WindowNonClientFrameThickness

    Declaration
    public Thickness WindowNonClientFrameThickness { get; }
    Property Value
    Type
    System.Windows.Thickness

    WindowResizeBorderThickness

    Declaration
    public Thickness WindowResizeBorderThickness { get; }
    Property Value
    Type
    System.Windows.Thickness

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved