InkRecognizerGuideBase.DrawnBoxTop-Eigenschaft
Ruft den oberen 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 DrawnBoxTop As Integer
'Usage
Dim instance As InkRecognizerGuideBase
Dim value As Integer
value = instance.DrawnBoxTop
instance.DrawnBoxTop = value
public int DrawnBoxTop { get; set; }
public:
property int DrawnBoxTop {
int get ();
void set (int value);
}
/** @property */
public int get_DrawnBoxTop()
/** @property */
public void set_DrawnBoxTop(int value)
public function get DrawnBoxTop () : int
public function set DrawnBoxTop (value : int)
Eigenschaftenwert
Typ: System.Int32
Beispiele
Im folgenden Beispiel wird die DrawnBoxTop-Eigenschaft veranschaulicht.
Dim myDrawnBoxTop As Integer = myInkRecognizerGuideBase.DrawnBoxTop
int myDrawnBoxTop = myInkRecognizerGuideBase.DrawnBoxTop;
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