Interface IAuraOverlayContent
Represents view model for overlay content, could be processed on a separate scheduler
Namespace: EyeAuras.Shared.ViewModels
Assembly: EyeAuras.Shared.dll
Syntax
public interface IAuraOverlayContent : IDisposable, INotifyPropertyChanged
Properties
| Name | Description |
|---|---|
| AuraModelController | |
| BackgroundColor | |
| BorderColor | |
| BorderThickness | |
| EffectiveOpacity | Effective opacity of an overlay - controlled by the program E.g. even if overlay is set to be transparent (Opacity = 0), when it is in EditMode it will still have EffectiveOpacity > 0 |
| EnableHeader | |
| IconData | |
| IsClickThrough | |
| IsFocusable | |
| IsInEditMode | |
| IsInitialized | |
| MaintainAspectRatio | |
| MaxSize | |
| MinSize | |
| MovableIfLocked | |
| Opacity | Desired opacity of an overlay - controlled by user |
| Overlay | |
| OverlayBounds | |
| ShowInTaskbar | |
| TargetAspectRatio | |
| Title |