Table of Contents

Class TitleWithTwoButtonsView

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

Implements title with label and two buttons. By default buttons are 'Settings' and 'Show keyboard'.

public class TitleWithTwoButtonsView : BaseContentView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IRaiseSystemColorsChanged
Inheritance
TitleWithTwoButtonsView
Implements

Constructors

TitleWithTwoButtonsView()

Initializes a new instance of the TitleWithTwoButtonsView class.

TitleWithTwoButtonsView(string, VisualElement)

Initializes a new instance of the TitleWithTwoButtonsView class with the specified parameters.

Properties

KeyboardButton

Gets 'Show Keyboard' button.

Label

Gets label view which contains title text.

SettingsButton

Gets 'Show Settings' button.

Events

SettingsButtonClick

Occurs when settings button is clicked.