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