CreationCommands.CreateWithin 속성
제스처 위치 내에서 새 개체를 만들기 위한 도구 명령 식별자를 가져옵니다.
네임스페이스: Microsoft.Windows.Design.Interaction
어셈블리: Microsoft.Windows.Design.Interaction(Microsoft.Windows.Design.Interaction.dll)
구문
‘선언
Public Shared ReadOnly Property CreateWithin As ToolCommand
Get
public static ToolCommand CreateWithin { get; }
public:
static property ToolCommand^ CreateWithin {
ToolCommand^ get ();
}
static member CreateWithin : ToolCommand
static function get CreateWithin () : ToolCommand
속성 값
형식: Microsoft.Windows.Design.Interaction.ToolCommand
제스처 위치 내에서 새 개체를 만들기 위한 도구 명령 식별자입니다.
설명
이 속성은 제스처 데이터의 시작 및 끝 점 내에서 개체를 만들고 그 과정에서 개체의 크기를 설정합니다. 제스처 데이터는 MouseGestureData 형식이어야 합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.
참고 항목
참조
Microsoft.Windows.Design.Interaction 네임스페이스