Implemented interface members:
property
CharacterSpacing
Microsoft.Maui.ITextStyle.CharacterSpacing
property
CharacterSpacing
Microsoft.Maui.Controls.ITextElement.CharacterSpacing
4 references to CharacterSpacing
Microsoft.Maui.Controls (1)
Picker\Picker.cs (1)
23
/// <summary>Bindable property for <see cref="
CharacterSpacing
"/>.</summary>
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\PickerRenderer.cs (3)
201
var textAttr = Control.AttributedText.WithCharacterSpacing(Element.
CharacterSpacing
);
206
var placeHolder = Control.AttributedPlaceholder.WithCharacterSpacing(Element.
CharacterSpacing
);
240
UpdateAttributedPlaceholder(Control.AttributedPlaceholder.WithCharacterSpacing(Element.
CharacterSpacing
));