public bool IsBackgroundPartiallyTransparent()
 {
     return(UxTheme.IsThemeBackgroundPartiallyTransparent(this, part, state).IsTrue());
 }
Esempio n. 2
0
 public override bool IsBackgroundPartiallyTransparent()
 {
     return(UxTheme.IsThemeBackgroundPartiallyTransparent(_theme, _partId, _stateId));
 }