Table of Contents

Constructor TitleWithTwoButtonsView

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

TitleWithTwoButtonsView()

Initializes a new instance of the TitleWithTwoButtonsView class.

public TitleWithTwoButtonsView()

TitleWithTwoButtonsView(string, VisualElement)

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

public TitleWithTwoButtonsView(string title, VisualElement parentView)

Parameters

title string

Title text.

parentView VisualElement

Parent view to which this title is attached.