Class
SystemParameters2

Represents the common system parameters.

Definition

Namespace:Telerik.Windows.Controls.RibbonView.Shell

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable")]
public class SystemParameters2 : INotifyPropertyChanged

Inheritance: objectSystemParameters2

Implements: INotifyPropertyChanged

Properties

Current

Identifies the current instance.

Declaration

cs-api-definition
public static SystemParameters2 Current { get; }

Property Value

SystemParameters2

HighContrast

Identifies the HighContrast property.

Declaration

cs-api-definition
public bool HighContrast { get; }

Property Value

bool

IsGlassEnabled

Identifies the IsGlassEnabled property.

Declaration

cs-api-definition
public bool IsGlassEnabled { get; }

Property Value

bool

SmallIconSize

Identifies the SmallIconSize property.

Declaration

cs-api-definition
public Size SmallIconSize { get; }

Property Value

Size

UxThemeColor

Identifies the UxThemeColor property.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Ux")]
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Ux")]
public string UxThemeColor { get; }

Property Value

string

UxThemeName

Identifies the UxThemeName property.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Ux")]
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Ux")]
public string UxThemeName { get; }

Property Value

string

WindowCaptionButtonsLocation

Identifies the WindowCaptionButtonsLocation property.

Declaration

cs-api-definition
public Rect WindowCaptionButtonsLocation { get; }

Property Value

Rect

WindowCaptionHeight

Identifies the WindowCaptionHeight property.

Declaration

cs-api-definition
public double WindowCaptionHeight { get; }

Property Value

double

WindowCornerRadius

Identifies the WindowCornerRadius property.

Declaration

cs-api-definition
public CornerRadius WindowCornerRadius { get; }

Property Value

CornerRadius

WindowGlassBrush

Identifies the WindowGlassBrush property.

Declaration

cs-api-definition
public SolidColorBrush WindowGlassBrush { get; }

Property Value

SolidColorBrush

WindowGlassColor

Identifies the WindowGlassColor property.

Declaration

cs-api-definition
public Color WindowGlassColor { get; }

Property Value

Color

WindowNonClientFrameThickness

Identifies the WindowNonClientFrameThickness property.

Declaration

cs-api-definition
public Thickness WindowNonClientFrameThickness { get; }

Property Value

Thickness

WindowResizeBorderThickness

Identifies the this.WindowResizeBorderThickness property.

Declaration

cs-api-definition
public Thickness WindowResizeBorderThickness { get; }

Property Value

Thickness

Events

PropertyChanged

Identifies the PropertyChanged event handler.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged