Button.ButtonContentLayout Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Double
The spacing to use between the image and text.