WindowChrome
Represents the window chrome.
Definition
Namespace:Telerik.Windows.Controls.RibbonView.Shell
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
public class WindowChrome : Freezable
Inheritance: objectWindowChrome
Constructors
Initializes a new instance of the WindowChrome class.
public WindowChrome()
Fields
CaptionHeightProperty
DependencyProperty
Identifies the CaptionHeightProperty dependency property.
public static readonly DependencyProperty CaptionHeightProperty
CornerRadiusProperty
DependencyProperty
Identifies the CornerRadiusProperty dependency property.
public static readonly DependencyProperty CornerRadiusProperty
GlassFrameThicknessProperty
DependencyProperty
Identifies the GlassFrameThicknessProperty dependency property.
public static readonly DependencyProperty GlassFrameThicknessProperty
IsHitTestVisibleInChromeProperty
DependencyProperty
Identifies the IsHitTestVisibleInChromeProperty dependency property.
public static readonly DependencyProperty IsHitTestVisibleInChromeProperty
NonClientFrameEdgesProperty
DependencyProperty
Identifies the NonClientFrameEdgesProperty dependency property.
public static readonly DependencyProperty NonClientFrameEdgesProperty
ResizeBorderThicknessProperty
DependencyProperty
Identifies the ResizeBorderThicknessProperty dependency property.
public static readonly DependencyProperty ResizeBorderThicknessProperty
ResizeGripDirectionProperty
DependencyProperty
Identifies the ResizeGripDirectionProperty dependency property.
public static readonly DependencyProperty ResizeGripDirectionProperty
UseAeroCaptionButtonsProperty
DependencyProperty
Identifies the UseAeroCaptionButtonsProperty dependency property.
public static readonly DependencyProperty UseAeroCaptionButtonsProperty
WindowChromeCornerRadiusProperty
DependencyProperty
Identifies the WindowChromeCornerRadiusProperty attached property.
public static readonly DependencyProperty WindowChromeCornerRadiusProperty
WindowChromeProperty
DependencyProperty
Identifies the WindowChromeProperty dependency property.
public static readonly DependencyProperty WindowChromeProperty
Properties
Identifies the CaptionHeight property.
public double CaptionHeight { get; set; }
CornerRadius
CornerRadius
Identifies the CornerRadius property.
public CornerRadius CornerRadius { get; set; }
GlassFrameCompleteThickness
Thickness
Identifies the GlassFrameCompleteThickness property.
public static Thickness GlassFrameCompleteThickness { get; }
GlassFrameThickness
Thickness
Identifies the GlassFrameThickness property.
public Thickness GlassFrameThickness { get; set; }
Identifies the NonClientFrameEdges property.
public NonClientFrameEdges NonClientFrameEdges { get; set; }
ResizeBorderThickness
Thickness
Identifies the ResizeBorderThickness property.
public Thickness ResizeBorderThickness { get; set; }
Identifies the UseAeroCaptionButtons property.
public bool UseAeroCaptionButtons { get; set; }
Methods
Identifies the CreateInstanceCore method.
protected override Freezable CreateInstanceCore()
Freezable
Identifies the CreateInstanceCore method.
public static bool GetIsHitTestVisibleInChrome(IInputElement inputElement)
Identifies the GetResizeGripDirection method.
public static ResizeGripDirection GetResizeGripDirection(IInputElement inputElement)
Identifies the GetWindowChrome method.
public static WindowChrome GetWindowChrome(Window window)
Gets the WindowChromeCornerRadius attached property value.
public static CornerRadius GetWindowChromeCornerRadius(DependencyObject obj)
CornerRadius
Identifies the SetIsHitTestVisibleInChrome method.
public static void SetIsHitTestVisibleInChrome(IInputElement inputElement, bool hitTestVisible)
Identifies the SetResizeGripDirection method.
public static void SetResizeGripDirection(IInputElement inputElement, ResizeGripDirection direction)
Identifies the SetWindowChrome method.
public static void SetWindowChrome(Window window, WindowChrome chrome)
Sets the WindowChromeCornerRadius attached property value.
public static void SetWindowChromeCornerRadius(DependencyObject obj, CornerRadius value)