InkRecognizerGuideBase.DrawnBoxLeft, propriété
Mise à jour : November 2007
Obtient ou définit la valeur de gauche du rectangle dessiné sur l'écran du Tablet PC et dans lequel écrire.
Espace de noms : System.Windows.Ink.AnalysisCore
Assembly : IACore (dans IACore.dll)
Syntaxe
'Déclaration
Public Property DrawnBoxLeft As Integer
'Utilisation
Dim instance As InkRecognizerGuideBase
Dim value As Integer
value = instance.DrawnBoxLeft
instance.DrawnBoxLeft = value
public int DrawnBoxLeft { get; set; }
public:
property int DrawnBoxLeft {
int get ();
void set (int value);
}
/** @property */
public int get_DrawnBoxLeft()
/** @property */
public void set_DrawnBoxLeft(int value)
public function get DrawnBoxLeft () : int
public function set DrawnBoxLeft (value : int)
Valeur de propriété
Type : System.Int32
Exemples
L'exemple suivant est une illustration de la propriété DrawnBoxLeft.
Dim myDrawnBoxLeft As Integer = myInkRecognizerGuideBase.DrawnBoxLeft
int myDrawnBoxLeft = myInkRecognizerGuideBase.DrawnBoxLeft;
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