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