Table of Contents

Class ControlView<T>

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

ControlView descendant with the owned control of the specified type.

public class ControlView<T> : ControlView, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ISKCanvasView, IView, IElement, ITransform, IRaiseSystemColorsChanged where T : Control, new()

Type Parameters

T

Type of the owned control.

Inheritance
ControlView<T>
Implements
Derived

Constructors

ControlView()

Initializes a new instance of the ControlView<T> class.

Properties

Control

Gets owned control.

Methods

CreateControl()

Creates owned control.