InkRecognizerGuideBase.DrawnBoxLeft-Eigenschaft
Ruft den linken Wert des Rechtecks ab, das auf dem Tablettbildschirm physisch gezeichnet ist und in das geschrieben werden kann, oder legt diesen fest.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public Property DrawnBoxLeft As Integer
'Usage
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)
Eigenschaftenwert
Typ: System.Int32
Beispiele
Im folgenden Beispiel wird die DrawnBoxLeft-Eigenschaft veranschaulicht.
Dim myDrawnBoxLeft As Integer = myInkRecognizerGuideBase.DrawnBoxLeft
int myDrawnBoxLeft = myInkRecognizerGuideBase.DrawnBoxLeft;
Plattformen
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.
Versionsinformationen
.NET Framework
Unterstützt in: 3.0