WindowDrawnDecorationsContent Class
Definition
Holds the template content for Avalonia.Controls.Chrome.WindowDrawnDecorations. Contains three visual slots: Underlay, Overlay, and FullscreenPopover.
public class WindowDrawnDecorationsContent
Constructors
| Name | Description |
|---|---|
| WindowDrawnDecorationsContent | No summary available. |
WindowDrawnDecorationsContent Constructor
public WindowDrawnDecorationsContent()
Methods
| Name | Description |
|---|---|
| ApplyStyling | Applies styling to the control if the control is initialized and styling is not already applied. Inherited from StyledElement. |
| BeginInit | Inherited from StyledElement. |
| EndInit | Inherited from StyledElement. |
| TryGetResource | Inherited from StyledElement. |
| Bind (8 overloads) | Binds a Avalonia.AvaloniaProperty to an Avalonia.Data.BindingBase. Inherited from AvaloniaObject. |
| CheckAccess | Returns a value indicating whether the current thread is the UI thread. Inherited from AvaloniaObject. |
| ClearValue (4 overloads) | Clears a Avalonia.AvaloniaProperty's local value. Inherited from AvaloniaObject. |
| CoerceValue | Coerces the specified Avalonia.AvaloniaProperty. Inherited from AvaloniaObject. |
| Equals | Compares two objects using reference equality. Inherited from AvaloniaObject. |
| GetBaseValue | Inherited from AvaloniaObject. |
| GetHashCode | Gets the hash code for the object. Inherited from AvaloniaObject. |
| GetValue (3 overloads) | Gets a Avalonia.AvaloniaProperty value. Inherited from AvaloniaObject. |
| IsAnimating | Checks whether a Avalonia.AvaloniaProperty is animating. Inherited from AvaloniaObject. |
| IsSet | Checks whether a Avalonia.AvaloniaProperty is set on this object. Inherited from AvaloniaObject. |
| SetCurrentValue (2 overloads) | Sets the value of a dependency property without changing its value source. Inherited from AvaloniaObject. |
| SetValue (3 overloads) | Sets a Avalonia.AvaloniaProperty value. Inherited from AvaloniaObject. |
| VerifyAccess | Checks that the current thread is the UI thread and throws if not. Inherited from AvaloniaObject. |
Properties
| Name | Description |
|---|---|
| FullscreenPopover | Gets or sets the fullscreen popover content. Shown when the user hovers the pointer at the top of the window in fullscreen mode. |
| Overlay | Gets or sets the overlay layer content (titlebar, caption buttons). Positioned above the client area. |
| Underlay | Gets or sets the underlay layer content (borders, background, shadow area). Positioned below the client area. |
| ActualThemeVariant | Gets the UI theme that is currently used by the element, which might be different than the RequestedThemeVariantProperty. Inherited from StyledElement. |
| Classes | Gets or sets the styled element's classes. Inherited from StyledElement. |
| DataContext | Gets or sets the control's data context. Inherited from StyledElement. |
| IsInitialized | Gets a value that indicates whether the element has finished initialization. Inherited from StyledElement. |
| Name | Gets or sets the name of the styled element. Inherited from StyledElement. |
| Parent | Gets the styled element's logical parent. Inherited from StyledElement. |
| Resources | Gets or sets the styled element's resource dictionary. Inherited from StyledElement. |
| StyleKey | Gets the type by which the element is styled. Inherited from StyledElement. |
| Styles | Gets the styles for the styled element. Inherited from StyledElement. |
| TemplatedParent | Gets the styled element whose lookless template this styled element is part of. Inherited from StyledElement. |
| Theme | Gets or sets the theme to be applied to the element. Inherited from StyledElement. |
| Transitions | Gets or sets the property transitions for the control. Inherited from Animatable. |
| Dispatcher | Returns the Avalonia.AvaloniaObject.Dispatcher that this Avalonia.AvaloniaObject is associated with. Inherited from AvaloniaObject. |
| Item | Inherited from AvaloniaObject. |
FullscreenPopover Property
Gets or sets the fullscreen popover content. Shown when the user hovers the pointer at the top of the window in fullscreen mode.
public Avalonia.Controls.Control FullscreenPopover { get; set; }
Overlay Property
Gets or sets the overlay layer content (titlebar, caption buttons). Positioned above the client area.
public Avalonia.Controls.Control Overlay { get; set; }
Underlay Property
Gets or sets the underlay layer content (borders, background, shadow area). Positioned below the client area.
public Avalonia.Controls.Control Underlay { get; set; }
Fields
| Name | Description |
|---|---|
| DataContextProperty | Defines the Avalonia.StyledElement.DataContext property. Inherited from StyledElement. |
| NameProperty | Defines the Avalonia.StyledElement.Name property. Inherited from StyledElement. |
| ParentProperty | Defines the Avalonia.StyledElement.Parent property. Inherited from StyledElement. |
| TemplatedParentProperty | Defines the Avalonia.StyledElement.TemplatedParent property. Inherited from StyledElement. |
| ThemeProperty | Defines the Avalonia.StyledElement.Theme property. Inherited from StyledElement. |
| TransitionsProperty | Defines the Avalonia.Animation.Animatable.Transitions property. Inherited from Animatable. |
Events
| Name | Description |
|---|---|
| ActualThemeVariantChanged | Raised when the theme variant is changed on the element or an ancestor of the element. Inherited from StyledElement. |
| AttachedToLogicalTree | Raised when the styled element is attached to a rooted logical tree. Inherited from StyledElement. |
| DataContextChanged | Occurs when the Avalonia.StyledElement.DataContext property changes. Inherited from StyledElement. |
| DetachedFromLogicalTree | Raised when the styled element is detached from a rooted logical tree. Inherited from StyledElement. |
| Initialized | Occurs when the styled element has finished initialization. Inherited from StyledElement. |
| ResourcesChanged | Occurs when a resource in this styled element or a parent styled element has changed. Inherited from StyledElement. |
| PropertyChanged | Raised when a Avalonia.AvaloniaProperty value changes on this object. Inherited from AvaloniaObject. |