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