예제 #1
0
 public static string GetText(GlassLabel source)
 {
     return((string)source.GetValue(TextProperty));
 }
예제 #2
0
 public static TextTrimming GetTextTrimming(GlassLabel source)
 {
     return((TextTrimming)source.GetValue(TextTrimmingProperty));
 }
예제 #3
0
 public static bool GetIsGlassEnabled(GlassLabel source)
 {
     return((bool)source.GetValue(IsGlassEnabledProperty));
 }