New to Telerik UI for WPFStart a free 30-day trial

Represents the common system parameters.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Shell

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public class SystemParameters2 : INotifyPropertyChanged

Inheritance: objectSystemParameters2

Implements: INotifyPropertyChanged

Properties

Identifies the current instance.

C#
public static SystemParameters2 Current { get; }

Identifies the HighContrast property.

C#
public bool HighContrast { get; }

Identifies the IsGlassEnabled property.

C#
public bool IsGlassEnabled { get; }

Identifies the SmallIconSize property.

C#
public Size SmallIconSize { get; }

Identifies the UxThemeColor property.

C#
public string UxThemeColor { get; }

Identifies the UxThemeName property.

C#
public string UxThemeName { get; }

Identifies the WindowCaptionButtonsLocation property.

C#
public Rect WindowCaptionButtonsLocation { get; }

Identifies the WindowCaptionHeight property.

C#
public double WindowCaptionHeight { get; }

WindowCornerRadius

CornerRadius

Identifies the WindowCornerRadius property.

C#
public CornerRadius WindowCornerRadius { get; }

WindowGlassBrush

SolidColorBrush

Identifies the WindowGlassBrush property.

C#
public SolidColorBrush WindowGlassBrush { get; }

Identifies the WindowGlassColor property.

C#
public Color WindowGlassColor { get; }

Identifies the WindowNonClientFrameThickness property.

C#
public Thickness WindowNonClientFrameThickness { get; }

Identifies the this.WindowResizeBorderThickness property.

C#
public Thickness WindowResizeBorderThickness { get; }

Events

Identifies the PropertyChanged event handler.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged