UILabel.AdjustsFontSizeToFitWidth Property
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.
Whether the font size should be automatically reduced so that the title can be fully rendered in the UILabel's bounds.
public virtual bool AdjustsFontSizeToFitWidth { [Foundation.Export("adjustsFontSizeToFitWidth")] get; [Foundation.Export("setAdjustsFontSizeToFitWidth:")] set; }
member this.AdjustsFontSizeToFitWidth : bool with get, set
Property Value
- Attributes