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