Table of Contents

Class CommunityToolkitDialogServiceBase

Namespace
UraniumUI.Dialogs.CommunityToolkit
Assembly
UraniumUI.Dialogs.CommunityToolkit.dll
public class CommunityToolkitDialogServiceBase
Inheritance
CommunityToolkitDialogServiceBase
Derived
Inherited Members

Constructors

CommunityToolkitDialogServiceBase(IOptions<DialogOptions>)

public CommunityToolkitDialogServiceBase(IOptions<DialogOptions> dialogOptions)

Parameters

dialogOptions IOptions<DialogOptions>

Properties

DialogOptions

protected DialogOptions DialogOptions { get; }

Property Value

DialogOptions

Page

public Page Page { get; set; }

Property Value

Page

Methods

CalculateSize(Page)

protected virtual Size CalculateSize(Page page)

Parameters

page Page

Returns

Size

GetCurrentPage()

protected virtual Page GetCurrentPage()

Returns

Page

GetDivider()

protected virtual View GetDivider()

Returns

View

GetFooter(Dictionary<string, Command>)

protected virtual View GetFooter(Dictionary<string, Command> footerButtons)

Parameters

footerButtons Dictionary<string, Command>

Returns

View

GetFrame(double, View)

protected static View GetFrame(double width, View content)

Parameters

width double
content View

Returns

View

GetHeader(string)

protected virtual View GetHeader(string title)

Parameters

title string

Returns

View