Esempio n. 1
0
 public static void SetText(GlassLabel source, string value)
 {
     source.SetValue(TextProperty, value);
 }
Esempio n. 2
0
 public static void SetTextTrimming(GlassLabel source, TextTrimming value)
 {
     source.SetValue(TextTrimmingProperty, value);
 }
Esempio n. 3
0
 public static void SetIsGlassEnabled(GlassLabel source, bool value)
 {
     source.SetValue(IsGlassEnabledProperty, value);
 }