Entry.FontAutoScalingEnabled プロパティ

定義

オペレーティング システムの設定に従って、このエントリのフォントを自動的にスケーリングするかどうかを決定します。 既定値は true です。 これはバインド可能なプロパティです。

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

プロパティ値

注釈

通常、これはアクセシビリティ上の理由から常に有効にする必要があります。

適用対象