Class SystemParameters2
Represents the common system parameters.
Inheritance
Namespace: Telerik.Windows.Controls.RibbonView.Shell
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public class SystemParameters2 : Object, INotifyPropertyChanged
Properties
Current
Identifies the current instance.
Declaration
public static SystemParameters2 Current { get; }
Property Value
SystemParameters2
|
HighContrast
Identifies the HighContrast property.
Declaration
public bool HighContrast { get; }
Property Value
System.Boolean
|
IsGlassEnabled
Identifies the IsGlassEnabled property.
Declaration
public bool IsGlassEnabled { get; }
Property Value
System.Boolean
|
SmallIconSize
Identifies the SmallIconSize property.
Declaration
public Size SmallIconSize { get; }
Property Value
System.Windows.Size
|
UxThemeColor
Identifies the UxThemeColor property.
Declaration
public string UxThemeColor { get; }
Property Value
System.String
|
UxThemeName
Identifies the UxThemeName property.
Declaration
public string UxThemeName { get; }
Property Value
System.String
|
WindowCaptionButtonsLocation
Identifies the WindowCaptionButtonsLocation property.
Declaration
public Rect WindowCaptionButtonsLocation { get; }
Property Value
System.Windows.Rect
|
WindowCaptionHeight
Identifies the WindowCaptionHeight property.
Declaration
public double WindowCaptionHeight { get; }
Property Value
System.Double
|
WindowCornerRadius
Identifies the WindowCornerRadius property.
Declaration
public CornerRadius WindowCornerRadius { get; }
Property Value
System.Windows.CornerRadius
|
WindowGlassBrush
Identifies the WindowGlassBrush property.
Declaration
public SolidColorBrush WindowGlassBrush { get; }
Property Value
System.Windows.Media.SolidColorBrush
|
WindowGlassColor
Identifies the WindowGlassColor property.
Declaration
public Color WindowGlassColor { get; }
Property Value
System.Windows.Media.Color
|
WindowNonClientFrameThickness
Identifies the WindowNonClientFrameThickness property.
Declaration
public Thickness WindowNonClientFrameThickness { get; }
Property Value
System.Windows.Thickness
|
WindowResizeBorderThickness
Identifies the this.WindowResizeBorderThickness property.
Declaration
public Thickness WindowResizeBorderThickness { get; }
Property Value
System.Windows.Thickness
|
Events
PropertyChanged
Identifies the PropertyChanged event handler.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|