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()
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class SystemParameters2 : INotifyPropertyChanged
Properties
Current
Declaration
public static SystemParameters2 Current { get; }
Property Value
HighContrast
Declaration
public bool HighContrast { get; }
Property Value
IsGlassEnabled
Declaration
public bool IsGlassEnabled { get; }
Property Value
SmallIconSize
Declaration
public Size SmallIconSize { get; }
Property Value
UxThemeColor
Declaration
public string UxThemeColor { get; }
Property Value
UxThemeName
Declaration
public string UxThemeName { get; }
Property Value
Declaration
public Rect WindowCaptionButtonsLocation { get; }
Property Value
WindowCaptionHeight
Declaration
public double WindowCaptionHeight { get; }
Property Value
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
Finalize()
Declaration
protected void Finalize()
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged