次の方法で共有


InkRecognizerGuideBase.WritingBoxLeft プロパティ

手書きを行うことができるガイド ボックスの、表示されない手書き領域の左側の値を取得または設定します。

名前空間 :  System.Windows.Ink.AnalysisCore
アセンブリ :  IACore (IACore.dll 内)

構文

'宣言
Public Property WritingBoxLeft As Integer
'使用
Dim instance As InkRecognizerGuideBase
Dim value As Integer

value = instance.WritingBoxLeft

instance.WritingBoxLeft = value
public int WritingBoxLeft { get; set; }
public:
property int WritingBoxLeft {
    int get ();
    void set (int value);
}
/** @property */
public int get_WritingBoxLeft()
/** @property */
public  void set_WritingBoxLeft(int value)
public function get WritingBoxLeft () : int
public function set WritingBoxLeft (value : int)

プロパティ値

型 : System.Int32

WritingBoxLeft プロパティの例を次に示します。

Dim myWritingBoxLeft As Integer = myInkRecognizerGuideBase.WritingBoxLeft
int myWritingBoxLeft = myInkRecognizerGuideBase.WritingBoxLeft;

プラットフォーム

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 3.0

参照

参照

InkRecognizerGuideBase クラス

InkRecognizerGuideBase メンバ

System.Windows.Ink.AnalysisCore 名前空間