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