VisualElementExtensions.MinWidth<TElement>(TElement, Double) Method
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.
public static TElement MinWidth<TElement> (this TElement element, double request) where TElement : Xamarin.Forms.VisualElement;
static member MinWidth : 'Element * double -> 'Element (requires 'Element :> Xamarin.Forms.VisualElement)
Type Parameters
- TElement
Parameters
- element
- TElement
- request
- System.Double
Returns
TElement