Button.ButtonContentLayout(Button+ButtonContentLayout+ImagePosition, Double) Constructor
Definition
Creates a new Button.ButtonContentLayout with the specified position
and spacing
.
public ButtonContentLayout (Xamarin.Forms.Button.ButtonContentLayout.ImagePosition position, double spacing);
new Xamarin.Forms.Button.ButtonContentLayout : Xamarin.Forms.Button.ButtonContentLayout.ImagePosition * double -> Xamarin.Forms.Button.ButtonContentLayout
Parameters
An enumeration value that controls where the image is displayed in the button.
- spacing
- Double
The spacing to use between the image and text.