Share via


RadioButton.FontAutoScalingEnabled Property

Definition

Gets or sets a value indicating whether the font size should scale automatically based on user accessibility settings. This is a bindable property.

public:
 property bool FontAutoScalingEnabled { bool get(); void set(bool value); };
public bool FontAutoScalingEnabled { get; set; }
member this.FontAutoScalingEnabled : bool with get, set
Public Property FontAutoScalingEnabled As Boolean

Property Value

true if font auto-scaling is enabled; otherwise, false. The default is true.

Applies to