Partager via


InkRecognizerGuideBase.WritingBoxLeft, propriété

Mise à jour : November 2007

Obtient ou définit la valeur de gauche de la zone d'écriture invisible de la zone de repère dans laquelle écrire.

Espace de noms :  System.Windows.Ink.AnalysisCore
Assembly :  IACore (dans IACore.dll)

Syntaxe

'Déclaration
Public Property WritingBoxLeft As Integer
'Utilisation
Dim instance As InkRecognizerGuideBase
Dim value As Integer

value = instance.WritingBoxLeft

instance.WritingBoxLeft = value
public int WritingBoxLeft { get; set; }
public:
property int WritingBoxLeft {
    int get ();
    void set (int value);
}
/** @property */
public int get_WritingBoxLeft()
/** @property */
public  void set_WritingBoxLeft(int value)
public function get WritingBoxLeft () : int
public function set WritingBoxLeft (value : int)

Valeur de propriété

Type : System.Int32

Exemples

L'exemple suivant est une illustration de la propriété WritingBoxLeft.

Dim myWritingBoxLeft As Integer = myInkRecognizerGuideBase.WritingBoxLeft
int myWritingBoxLeft = myInkRecognizerGuideBase.WritingBoxLeft;

Plateformes

Windows Vista, Windows XP SP2, Windows Server 2003

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Framework

Pris en charge dans : 3.0

Voir aussi

Référence

InkRecognizerGuideBase, classe

Membres InkRecognizerGuideBase

System.Windows.Ink.AnalysisCore, espace de noms