InkRecognizerGuideBase.Rows-Eigenschaft
Ruft die Anzahl von Zeilen im Führungselement ab oder legt diese fest.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public Property Rows As Integer
'Usage
Dim instance As InkRecognizerGuideBase
Dim value As Integer
value = instance.Rows
instance.Rows = value
public int Rows { get; set; }
public:
property int Rows {
int get ();
void set (int value);
}
/** @property */
public int get_Rows()
/** @property */
public void set_Rows(int value)
public function get Rows () : int
public function set Rows (value : int)
Eigenschaftenwert
Typ: System.Int32
Beispiele
Im folgenden Beispiel wird die Rows-Eigenschaft veranschaulicht.
Dim myRows As Integer = myInkRecognizerGuideBase.Rows
int myRows = myInkRecognizerGuideBase.Rows;
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