다음을 통해 공유


InkPicture.EraserWidth 속성

업데이트: 2007년 11월

지우개 펜 팁의 너비를 지정하는 값을 가져오거나 설정합니다.

네임스페이스:  Microsoft.Ink
어셈블리:  Microsoft.Ink(Microsoft.Ink.dll)

구문

‘선언
<BrowsableAttribute(True)> _
Public Property EraserWidth As Integer
‘사용 방법
Dim instance As InkPicture
Dim value As Integer

value = instance.EraserWidth

instance.EraserWidth = value
[BrowsableAttribute(true)]
public int EraserWidth { get; set; }
[BrowsableAttribute(true)]
public:
property int EraserWidth {
    int get ();
    void set (int value);
}
/** @property */
/** @attribute BrowsableAttribute(true) */
public int get_EraserWidth()
/** @property */
/** @attribute BrowsableAttribute(true) */
public  void set_EraserWidth(int value)
public function get EraserWidth () : int
public function set EraserWidth (value : int)

속성 값

형식: System.Int32
지우개 펜 팁의 너비를 지정하는 값입니다.

설명

지우개 펜 팁의 너비를 잉크 공간 단위로 지정하는 값입니다.

이 속성에 음수 값은 할당할 수 없습니다.

기본값은 212입니다.

예제

이 C# 예제에서는 InkPicture 개체인 theInkPicture를 만든 다음 EraserWidth 속성을 10으로 설정합니다.

[C#]

InkPicture theInkPicture = new InkPicture();
theInkPicture.EraserWidth = 10;

이 Microsoft® Visual Basic® .NET 예제에서는 InkPicture 개체인 theInkPicture를 만든 다음 EraserWidth 속성을 10으로 설정합니다.

[Visual Basic]

Dim theInkPicture As New InkPicture()
theInkPicture.EraserWidth = 10

플랫폼

Windows Vista

.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

InkPicture 클래스

InkPicture 멤버

Microsoft.Ink 네임스페이스

InkPicture.EraserMode

InkPicture.EditingMode

InkOverlayEraserMode

InkOverlayEditingMode