InkRecognizerGuideBase.WritingBoxLeft 속성
업데이트: 2007년 11월
쓰기를 수행할 수 있는 안내선 상자를 나타내는 보이지 않는 쓰기 영역의 왼쪽 값을 가져오거나 설정합니다.
네임스페이스: 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에서 지원