Class BlazorContentControl
Implements
Inherited Members
Namespace: PoeShared.Blazor.Wpf
Assembly: PoeShared.Blazor.Wpf.dll
Syntax
public class BlazorContentControl : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IBlazorContentControl, IDisposable, INotifyPropertyChanged
Constructors
| Name | Description |
|---|---|
| BlazorContentControl() |
Fields
| Name | Description |
|---|---|
| AdditionalFileProviderProperty | |
| AdditionalFilesProperty | |
| ConfiguratorProperty | |
| ContainerProperty | |
| ContentProperty | |
| EnableHotkeysProperty | |
| ViewTypeProperty |
Properties
| Name | Description |
|---|---|
| AdditionalFileProvider | |
| AdditionalFiles | |
| Anchors | Gets a composite disposable container that can contain multiple disposables, all of which will be disposed when this container is disposed. |
| Configurator | |
| Container | |
| Content | |
| EnableHotkeys | |
| IsBusy | |
| Log | |
| OpenDevToolsCommand | |
| ReloadCommand | |
| ResetZoomCommand | |
| UnhandledException | |
| UnhandledExceptionMessage | |
| ViewType | |
| WebView | We have to dynamically recreate WebView when needed as it is EXTREMELY unfriendly for any changes of associated properties |
| ZoomInCommand | |
| ZoomOutCommand |
Methods
| Name | Description |
|---|---|
| Dispose() | |
| OnPropertyChanged(DependencyPropertyChangedEventArgs) | |
| OpenDevTools() | |
| RaisePropertyChanged(string) | Raises a change notification indicating that a property has changed. |
| Reload() | |
| ResetZoom() | |
| ZoomIn() | |
| ZoomOut() |
Events
| Name | Description |
|---|---|
| PropertyChanged |