InkRecognizerGuideBase.DrawnBoxRight, propriété
Mise à jour : November 2007
Obtient ou définit la valeur de droite 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 DrawnBoxRight As Integer
'Utilisation
Dim instance As InkRecognizerGuideBase
Dim value As Integer
value = instance.DrawnBoxRight
instance.DrawnBoxRight = value
public int DrawnBoxRight { get; set; }
public:
property int DrawnBoxRight {
int get ();
void set (int value);
}
/** @property */
public int get_DrawnBoxRight()
/** @property */
public void set_DrawnBoxRight(int value)
public function get DrawnBoxRight () : int
public function set DrawnBoxRight (value : int)
Valeur de propriété
Type : System.Int32
Exemples
L'exemple suivant est une illustration de la propriété DrawnBoxRight.
Dim myDrawnBoxRight As Integer = myInkRecognizerGuideBase.DrawnBoxRight
int myDrawnBoxRight = myInkRecognizerGuideBase.DrawnBoxRight;
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