5 references to LineBreakMode
Microsoft.Maui.Controls (4)
Button\Button.cs (2)
105
/// The backing store for the <see cref="
LineBreakMode
"/> bindable property.
108
nameof(
LineBreakMode
), typeof(LineBreakMode), typeof(Button), LineBreakMode.NoWrap,
Button\Button.Mapper.cs (1)
28
ButtonHandler.Mapper.ReplaceMapping<Button, IButtonHandler>(nameof(Button.
LineBreakMode
), MapLineBreakMode);
Button\Button.Standard.cs (1)
14
/// Maps the abstract <see cref="
LineBreakMode
"/> property to the platform implementation.
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ButtonLayoutManager.cs (1)
116
control.TitleLabel.LineBreakMode = _element.
LineBreakMode
switch