private void Initialize()
        {
            Delegate        = _delegate = new MultilineTextBoxDelegate(_textBox);
            BackgroundColor = UIColor.Clear;
            TextContainer.LineFragmentPadding = 0;

            // Reset the default margin of 8px at the top
            TextContainerInset = new UIEdgeInsets();
        }
Esempio n. 2
0
 private void Initialize()
 {
     Delegate        = _delegate = new MultilineTextBoxDelegate(_textBox);
     BackgroundColor = UIColor.Clear;
     TextContainer.LineFragmentPadding = 0;
 }