AcrylicBackgroundSource Enum

Summary

Background Sources for Acrylic.
Namespace
Avalonia.Media
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["AcrylicBackgroundSource"] class Type type-node

Syntax

public enum AcrylicBackgroundSource

Fields

Name Constant Value Summary
Digger 1
Cuts through all render layers to reveal the window background. This means if your window is transparent or blurred it will be blended with the material.
static
None 0
The acrylic has no background.
static

Extension Methods