LabelExtensions.TextCenterVertical<TLabel>(TLabel) 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 TLabel TextCenterVertical<TLabel> (this TLabel label) where TLabel : Xamarin.Forms.Label;
static member TextCenterVertical : 'Label -> 'Label (requires 'Label :> Xamarin.Forms.Label)
Type Parameters
- TLabel
Parameters
- label
- TLabel
Returns
TLabel