TextElement.IsTextScaleFactorEnabled Propriété

Définition

Obtient ou définit si l’agrandissement automatique du texte, pour refléter le paramètre de taille de texte système, est activé.

public:
 property bool IsTextScaleFactorEnabled { bool get(); void set(bool value); };
bool IsTextScaleFactorEnabled();

void IsTextScaleFactorEnabled(bool value);
public bool IsTextScaleFactorEnabled { get; set; }
var boolean = textElement.isTextScaleFactorEnabled;
textElement.isTextScaleFactorEnabled = boolean;
Public Property IsTextScaleFactorEnabled As Boolean
<textElement IsTextScaleFactorEnabled="bool"/>

Valeur de propriété

Boolean

bool

true si l’agrandissement automatique du texte est activé ; sinon, false.

S’applique à

Voir aussi