![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Changes the background color of every ACTile
in the ACTileGroup
attached to this ACTileLiveUpdate
action to one of the colors listed in sequence.
More...
Public Member Functions | |
ACTileLiveUpdateGroupColor (ACTileGroup group) | |
Initializes a new instance of the ACTileLiveUpdateGroupColor class. More... | |
ACTileLiveUpdateGroupColor (ACTileGroup group, ACColor[] colors) | |
Initializes a new instance of the ACTileLiveUpdateGroupColor class. More... | |
override void | PerformUpdate () |
Performs the update. More... | |
void | Clear () |
Clear this instance. More... | |
void | RemoveAt (int index) |
Removes the color at the given index More... | |
void | Add (ACColor color) |
Add the specified color. More... | |
![]() | |
ACTileLiveUpdate () | |
Initializes a new instance of the ACTileLiveUpdate class. More... | |
Properties | |
ACColor | this[int index] [get, set] |
Gets or sets the color at the specified index. More... | |
int | count [get] |
Gets the count of colors More... | |
Changes the background color of every ACTile
in the ACTileGroup
attached to this ACTileLiveUpdate
action to one of the colors listed in sequence.
ActionComponents.ACTileLiveUpdateGroupColor.ACTileLiveUpdateGroupColor | ( | ACTileGroup | group | ) |
Initializes a new instance of the ACTileLiveUpdateGroupColor
class.
group | Group. |
ActionComponents.ACTileLiveUpdateGroupColor.ACTileLiveUpdateGroupColor | ( | ACTileGroup | group, |
ACColor[] | colors | ||
) |
Initializes a new instance of the ACTileLiveUpdateGroupColor
class.
group | Group. |
colors | Colors. |
void ActionComponents.ACTileLiveUpdateGroupColor.Add | ( | ACColor | color | ) |
Add the specified color.
color | Color. |
void ActionComponents.ACTileLiveUpdateGroupColor.Clear | ( | ) |
Clear this instance.
|
virtual |
Performs the update.
Reimplemented from ActionComponents.ACTileLiveUpdate.
void ActionComponents.ACTileLiveUpdateGroupColor.RemoveAt | ( | int | index | ) |
Removes the color
at the given index
index | Index. |
|
get |
Gets the count of colors
The count.
|
getset |
Gets or sets the color
at the specified index.
index | Index. |