7 references to ImagePosition
Microsoft.Maui.Controls (7)
Button\Button.cs (7)
36 nameof(ContentLayout), typeof(ButtonContentLayout), typeof(Button), new ButtonContentLayout(ButtonContentLayout.ImagePosition.Left, DefaultSpacing), 546 public ButtonContentLayout(ImagePosition position, double spacing) 555 public ImagePosition Position { get; } 593 var position = ButtonContentLayout.ImagePosition.Left; 604 position = (ButtonContentLayout.ImagePosition)Enum.Parse(typeof(ButtonContentLayout.ImagePosition), parts[positionIndex], true);