Exemplo n.º 1
0
 /// <summary>
 /// used to cahnge font color on  mouse leave style
 /// </summary>
 /// <param name="obj"></param>
 private void WeakPasswordMouseLeave(object obj)
 {
     if (_weakPasswordFlag == 0)
     {
         OneWeakPasswordForgroundColor = SecurityScoreHelper.ReturnWizardcolors(DefaultProperties.FillEllipsesColor);
         WeakPasswordForgroundColor    = SecurityScoreHelper.ReturnWizardcolors(DefaultProperties.SecurityScoreDynamicContentColor);
         WeakPasswordFontWeight        = DefaultProperties.ReturnFontWeight(DefaultProperties.NormalWeight);
         WeakPasswordFontFamily        = DefaultProperties.ReturnFontFamily(DefaultProperties.ProximaRegularFamily);
     }
 }