public static string BindText(this TextViewWithPlaceholder self)
 => TextViewWithPlaceholderTextTargetBinding.BindingName;
Esempio n. 2
0
 public void Include(TextViewWithPlaceholder textView)
 {
     textView.TextColor = textView.TextColor;
 }
Esempio n. 3
0
 public static string BindDidBecomeFirstResponder(this TextViewWithPlaceholder self)
 => TextViewWithPlaceholderDidBecomeFirstResponderTargetBinding.BindingName;