SystemParameters2
Represents the common system parameters.
Definition
Namespace:Telerik.Windows.Controls.RibbonView.Shell
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
public class SystemParameters2 : INotifyPropertyChanged
Inheritance: objectSystemParameters2
Implements:
Properties
Identifies the current instance.
public static SystemParameters2 Current { get; }
Identifies the HighContrast property.
public bool HighContrast { get; }
Identifies the IsGlassEnabled property.
public bool IsGlassEnabled { get; }
SmallIconSize
Size
Identifies the SmallIconSize property.
public Size SmallIconSize { get; }
Identifies the UxThemeColor property.
public string UxThemeColor { get; }
Identifies the UxThemeName property.
public string UxThemeName { get; }
Identifies the WindowCaptionButtonsLocation property.
public Rect WindowCaptionButtonsLocation { get; }
Identifies the WindowCaptionHeight property.
public double WindowCaptionHeight { get; }
WindowCornerRadius
CornerRadius
Identifies the WindowCornerRadius property.
public CornerRadius WindowCornerRadius { get; }
WindowGlassBrush
SolidColorBrush
Identifies the WindowGlassBrush property.
public SolidColorBrush WindowGlassBrush { get; }
WindowGlassColor
Color
Identifies the WindowGlassColor property.
public Color WindowGlassColor { get; }
WindowNonClientFrameThickness
Thickness
Identifies the WindowNonClientFrameThickness property.
public Thickness WindowNonClientFrameThickness { get; }
WindowResizeBorderThickness
Thickness
Identifies the this.WindowResizeBorderThickness property.
public Thickness WindowResizeBorderThickness { get; }
Events
Identifies the PropertyChanged event handler.
public event PropertyChangedEventHandler PropertyChanged
Implements: