bool IStylePropertyAnimations.Start(StylePropertyId id, TextShadow from, TextShadow to, int durationMs, int delayMs, Func <float, float> easingCurve)
 {
     return(GetStylePropertyAnimationSystem().StartTransition(this, id, from, to, durationMs, delayMs, easingCurve));
 }
Exemplo n.º 2
0
 public void ApplyStyleTextShadow(TextShadow st)
 {
     inheritedData.textShadow = st;
 }