Property | Type | Description | |
---|---|---|---|
MapProvider | ApplicationIdCredentialsProvider | ||
_pageColDict | Color>.Dictionary | ||
animationDelay | int | ||
animationMilisecs | int | ||
buttonTextColor | Color | ||
buttonTextFont | FontFamily | ||
buttonTextSize | double | ||
contentBgColor | Color | ||
contentMargin | System.Windows.Thickness | ||
contentTextColor | Color | ||
contentTextFont | FontFamily | ||
contentTextSize | double | ||
headingTextSize | double |
Method | Description | |
---|---|---|
FadeIn ( System.Windows.Media.Animation.Storyboard sb, UIElement element ) : void |
Fades in an element from nothing to full opacity
|
|
SetupQR ( SurfaceScrollViewer QRText, String text ) : void | ||
StackAnimation ( System.Windows.Media.Animation.Storyboard sbIn, System.Windows.Controls.UIElementCollection buttons, System.Windows.Thickness from, System.Windows.Thickness to ) : void |
Animates a stack of buttons with a slide in from the right. Each button comes in, one after another
|
|
StackAnimationDefault ( System.Windows.Media.Animation.Storyboard sbIn, System.Windows.Controls.UIElementCollection buttons ) : void |
This does the StackAnimation with the default locations on the screen
|
|
TextBlockFactory ( ) : System.Windows.Controls.TextBlock | ||
WriteXml ( this xml, string path ) : void | ||
getLinks ( String exclude ) : String[] |
return the list of the links of the buttons
|
public static FadeIn ( System.Windows.Media.Animation.Storyboard sb, UIElement element ) : void | ||
sb | System.Windows.Media.Animation.Storyboard | Storyboard object to save the timeline on |
element | UIElement | An element to animate |
return | void |
public static SetupQR ( SurfaceScrollViewer QRText, String text ) : void | ||
QRText | SurfaceScrollViewer | |
text | String | |
return | void |
public static StackAnimation ( System.Windows.Media.Animation.Storyboard sbIn, System.Windows.Controls.UIElementCollection buttons, System.Windows.Thickness from, System.Windows.Thickness to ) : void | ||
sbIn | System.Windows.Media.Animation.Storyboard | A Storyboard Object to save the timelines on |
buttons | System.Windows.Controls.UIElementCollection | A collection of the buttons in the order that they need otbe animated in |
from | System.Windows.Thickness | A from location (usually off screen) |
to | System.Windows.Thickness | A destination location |
return | void |
public static StackAnimationDefault ( System.Windows.Media.Animation.Storyboard sbIn, System.Windows.Controls.UIElementCollection buttons ) : void | ||
sbIn | System.Windows.Media.Animation.Storyboard | A Storyboard object that the timelines need to be saved on |
buttons | System.Windows.Controls.UIElementCollection | A collection of buttons that need to be animated |
return | void |
public static TextBlockFactory ( ) : System.Windows.Controls.TextBlock | ||
return | System.Windows.Controls.TextBlock |
public static WriteXml ( this xml, string path ) : void | ||
xml | this | |
path | string | |
return | void |
public static getLinks ( String exclude ) : String[] | ||
exclude | String | |
return | String[] |
public static ApplicationIdCredentialsProvider MapProvider | ||
return | ApplicationIdCredentialsProvider |
public static Dictionary |
||
return | Color>.Dictionary |
public static FontFamily buttonTextFont | ||
return | FontFamily |
public static Thickness,System.Windows contentMargin | ||
return | System.Windows.Thickness |
public static FontFamily contentTextFont | ||
return | FontFamily |