Overview
Xamarin.Forms UI component meant for the top of the screen, a title bar with the app name and a UgiFormsStatusImageView
Instance Methods | |
UgiFormsTitleBar () | |
Initializes a new instance of the UgiFormsTitleBar class. More... | |
Properties | |
string | Title [get, set] |
Gets or sets the title. More... | |
string | TitleImage [get, set] |
Gets or sets the title image. More... | |
Color | ThemeColor [get, set] |
Gets the color of the title bar More... | |
Color | TextColorOnThemeColor [get, set] |
Gets the text color to use when the background is the theme color More... | |
bool | UseBackgroundBasedOnThemeColor [get, set] |
whether the view should use a background color based on the UI color More... | |
bool | DisplayWaveAnimationWhileScanning [get, set] |
whether the view should display an animation whiole scanning More... | |
bool | HideBatteryStatusIndicator [get, set] |
whether the view should display an animation whiole scanning More... | |
bool | BatteryStatusIndicatorDisplayVersionInfoOnTouch [get, set] |
whether the view should display an animation whiole scanning More... | |
Action | BackButtonAction [get, set] |
Code to execute for Back, or null for no back button More... | |
string | RightButtonImage [get, set] |
Gets or sets the right button image. More... | |
Color | RightButtonColor [get, set] |
Gets the color for the right button image (if any) More... | |
string | RightButtonHighlightedImage [get, set] |
Gets or sets the right button image. More... | |
Color | RightButtonHighlightedColor [get, set] |
Gets the color for the right button image (if any) More... | |
Action | RightButtonAction [get, set] |
Gets or sets the right button action. More... | |
Constants | |
static readonly BindableProperty | TitleProperty |
BindableProperty for Title More... | |
static readonly BindableProperty | TitleImageProperty |
BindableProperty for TitleImage More... | |
static readonly BindableProperty | ThemeColorProperty |
BindableProperty for ThemeColor More... | |
static readonly BindableProperty | TextColorOnThemeColorProperty |
BindableProperty for TextColorOnThemeColor More... | |
static readonly BindableProperty | UseBackgroundBasedOnThemeColorProperty |
BindableProperty for UseBackgroundBasedOnThemeColor More... | |
static readonly BindableProperty | DisplayWaveAnimationWhileScanningProperty |
BindableProperty for DisplayWaveAnimationWhileScanning More... | |
static readonly BindableProperty | HideBatteryStatusIndicatorProperty |
BindableProperty for HideBatteryStatusIndicator More... | |
static readonly BindableProperty | BatteryStatusIndicatorDisplayVersionInfoOnTouchProperty |
BindableProperty for BatteryStatusIndicatorDisplayVersionInfoOnTouch More... | |
static readonly BindableProperty | BackButtonActionProperty |
BindableProperty for BackButtonAction More... | |
static readonly BindableProperty | RightButtonImageProperty |
BindableProperty for RightButtonImage More... | |
static readonly BindableProperty | RightButtonColorProperty |
BindableProperty for RightButtonColor More... | |
static readonly BindableProperty | RightButtonHighlightedImageProperty |
BindableProperty for RightButtonImage More... | |
static readonly BindableProperty | RightButtonHighlightedColorProperty |
BindableProperty for RightButtonHighlightedColor More... | |
static readonly BindableProperty | RightButtonActionProperty |
BindableProperty for RightButtonAction More... | |
Property Documentation
◆ Title
|
getset |
Gets or sets the title.
The title.
◆ TitleImage
|
getset |
Gets or sets the title image.
The title.
◆ ThemeColor
|
getset |
Gets the color of the title bar
Color for the title bar.
◆ TextColorOnThemeColor
|
getset |
Gets the text color to use when the background is the theme color
Text color to use when the background is the theme color.
◆ UseBackgroundBasedOnThemeColor
|
getset |
whether the view should use a background color based on the UI color
true if the view uses a background
◆ DisplayWaveAnimationWhileScanning
|
getset |
whether the view should display an animation whiole scanning
true if the view will display the wave animation
◆ HideBatteryStatusIndicator
|
getset |
whether the view should display an animation whiole scanning
true if the view will display the wave animation
◆ BatteryStatusIndicatorDisplayVersionInfoOnTouch
|
getset |
whether the view should display an animation whiole scanning
true if the view will display the wave animation
◆ BackButtonAction
|
getset |
Code to execute for Back, or null for no back button
true if the view uses a background
◆ RightButtonImage
|
getset |
Gets or sets the right button image.
Image for the right buton, or null for no right button
◆ RightButtonColor
|
getset |
Gets the color for the right button image (if any)
Color
◆ RightButtonHighlightedImage
|
getset |
Gets or sets the right button image.
Image for the right buton, or null for no right button
◆ RightButtonHighlightedColor
|
getset |
Gets the color for the right button image (if any)
Color
◆ RightButtonAction
|
getset |
Gets or sets the right button action.
Code to ewxecute when the right button is pressed
Constructor & Destructor Documentation
◆ UgiFormsTitleBar()
|
inline |
Initializes a new instance of the UgiFormsTitleBar class.
Member Data Documentation
◆ TitleProperty
|
static |
BindableProperty for Title
◆ TitleImageProperty
|
static |
BindableProperty for TitleImage
◆ ThemeColorProperty
|
static |
BindableProperty for ThemeColor
◆ TextColorOnThemeColorProperty
|
static |
BindableProperty for TextColorOnThemeColor
◆ UseBackgroundBasedOnThemeColorProperty
|
static |
BindableProperty for UseBackgroundBasedOnThemeColor
◆ DisplayWaveAnimationWhileScanningProperty
|
static |
BindableProperty for DisplayWaveAnimationWhileScanning
◆ HideBatteryStatusIndicatorProperty
|
static |
BindableProperty for HideBatteryStatusIndicator
◆ BatteryStatusIndicatorDisplayVersionInfoOnTouchProperty
|
static |
BindableProperty for BatteryStatusIndicatorDisplayVersionInfoOnTouch
◆ BackButtonActionProperty
|
static |
BindableProperty for BackButtonAction
◆ RightButtonImageProperty
|
static |
BindableProperty for RightButtonImage
◆ RightButtonColorProperty
|
static |
BindableProperty for RightButtonColor
◆ RightButtonHighlightedImageProperty
|
static |
BindableProperty for RightButtonImage
◆ RightButtonHighlightedColorProperty
|
static |
BindableProperty for RightButtonHighlightedColor
◆ RightButtonActionProperty
|
static |
BindableProperty for RightButtonAction
Copyright © 2012-2017 U Grok It, Inc. connect@UGrokIt.com U Grok It and the U Grok It logo are registered trademarks of U Grok It, Inc. All other trademarks and copyrights are the property of their respective owners |