Base:
property
TextView
Microsoft.Maui.Controls.Compatibility.Platform.iOS.EditorRendererBase<TControl>.TextView
5 references to TextView
Microsoft.Maui.Controls.Compatibility (5)
iOS\Renderers\EditorRenderer.cs (5)
39
_placeholderLabel.Hidden = !string.IsNullOrEmpty(
TextView
.Text);
82
var textAttr =
TextView
.AttributedText.WithCharacterSpacing(Element.CharacterSpacing);
85
TextView
.AttributedText = textAttr;
110
var edgeInsets =
TextView
.TextContainerInset;
111
var lineFragmentPadding =
TextView
.TextContainer.LineFragmentPadding;