ViewInFlexLayoutExtensions.AlignSelf<TView> 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 TView AlignSelf<TView> (this TView view, Xamarin.Forms.FlexAlignSelf value) where TView : Xamarin.Forms.View;
static member AlignSelf : 'View * Xamarin.Forms.FlexAlignSelf -> 'View (requires 'View :> Xamarin.Forms.View)
Type Parameters
- TView
Parameters
- view
- TView
- value
- FlexAlignSelf
Returns
TView