Esempio n. 1
0
 public static bool IsExperimentalFeatureEnabled(CSSExperimentalFeature feature)
 {
     return(Native.CSSLayoutIsExperimentalFeatureEnabled(feature));
 }