ClassSystemParameters2
Represents the common system parameters.
Definition
Namespace:Telerik.Windows.Controls.RibbonView.Shell
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
[SuppressMessage("Microsoft.Design", "CA1001:TypesThatOwnDisposableFieldsShouldBeDisposable")]
public class SystemParameters2 : INotifyPropertyChanged
Inheritance: objectSystemParameters2
Implements:
Properties
Current
Identifies the current instance.
Declaration
public static SystemParameters2 Current { get; }
Property Value
HighContrast
Identifies the HighContrast property.
IsGlassEnabled
Identifies the IsGlassEnabled property.
SmallIconSize
Identifies the SmallIconSize property.
Declaration
public Size SmallIconSize { get; }
Property Value
Size
UxThemeColor
Identifies the UxThemeColor property.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Ux")]
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Ux")]
public string UxThemeColor { get; }
Property Value
UxThemeName
Identifies the UxThemeName property.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "Ux")]
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Ux")]
public string UxThemeName { get; }
Property Value
WindowCaptionButtonsLocation
Identifies the WindowCaptionButtonsLocation property.
Declaration
public Rect WindowCaptionButtonsLocation { get; }
Property Value
Rect
WindowCaptionHeight
Identifies the WindowCaptionHeight property.
WindowCornerRadius
Identifies the WindowCornerRadius property.
Declaration
public CornerRadius WindowCornerRadius { get; }
Property Value
CornerRadius
WindowGlassBrush
Identifies the WindowGlassBrush property.
Declaration
public SolidColorBrush WindowGlassBrush { get; }
Property Value
SolidColorBrush
WindowGlassColor
Identifies the WindowGlassColor property.
Declaration
public Color WindowGlassColor { get; }
Property Value
Color
WindowNonClientFrameThickness
Identifies the WindowNonClientFrameThickness property.
Declaration
public Thickness WindowNonClientFrameThickness { get; }
Property Value
Thickness
WindowResizeBorderThickness
Identifies the this.WindowResizeBorderThickness property.
Declaration
public Thickness WindowResizeBorderThickness { get; }
Property Value
Thickness
Events
PropertyChanged
Identifies the PropertyChanged event handler.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements