UGrokItApi.UgiFooterView Class Reference

Overview

UI component intended for the bottom of the screen, with three buttons

Instance Methods

 UgiFooterView (Android.Content.Context context, Android.Util.IAttributeSet attrs)
 Initializes a new instance of the UGrokItApi.UgiFooterView class. More...
 
void SetLeft (string text, Action handler)
 Set the left button and handler More...
 
void SetCenter (string text, Action handler)
 Set the center button and handler More...
 
void SetRight (string text, Action handler)
 Set the right button and handler More...
 

Properties

override int ThemeColorOverride [get, set]
 Gets or sets the color for the footer - used for the top line More...
 
override int ButtonColorOverride [get, set]
 Gets or sets the button color for the footer More...
 
override int ButtonPressedColorOverride [get, set]
 Gets or sets the button pressedcolor for the footer More...
 
override float ButtonSize [get, set]
 Gets or sets the button size (dewfault is 1.0) More...
 

Instance Method Documentation

◆ SetLeft()

void UGrokItApi.UgiFooterView.SetLeft ( string  text,
Action  handler 
)
inline

Set the left button and handler

Parameters
textText.
handlerHandler.

◆ SetCenter()

void UGrokItApi.UgiFooterView.SetCenter ( string  text,
Action  handler 
)
inline

Set the center button and handler

Parameters
textText.
handlerHandler.

◆ SetRight()

void UGrokItApi.UgiFooterView.SetRight ( string  text,
Action  handler 
)
inline

Set the right button and handler

Parameters
textText.
handlerHandler.

Property Documentation

◆ ThemeColorOverride

override int UGrokItApi.UgiFooterView.ThemeColorOverride
getset

Gets or sets the color for the footer - used for the top line

Color

◆ ButtonColorOverride

override int UGrokItApi.UgiFooterView.ButtonColorOverride
getset

Gets or sets the button color for the footer

Color

◆ ButtonPressedColorOverride

override int UGrokItApi.UgiFooterView.ButtonPressedColorOverride
getset

Gets or sets the button pressedcolor for the footer

Color

◆ ButtonSize

override float UGrokItApi.UgiFooterView.ButtonSize
getset

Gets or sets the button size (dewfault is 1.0)

Color

Constructor & Destructor Documentation

◆ UgiFooterView()

UGrokItApi.UgiFooterView.UgiFooterView ( Android.Content.Context  context,
Android.Util.IAttributeSet  attrs 
)
inline

Initializes a new instance of the UGrokItApi.UgiFooterView class.

Parameters
contextContext.
attrsAttrs.