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