C# 클래스 SpeakFriend.Utilities.Wpf.Span

Follow steps 1a or 1b and then 2 to use this custom control in a XAML file. Step 1a) Using this custom control in a XAML file that exists in the current project. Add this XmlNamespace attribute to the root element of the markup file where it is to be used: xmlns:MyNamespace="clr-namespace:Frontend.ServiceController.Wpf.ControlsCommon" Step 1b) Using this custom control in a XAML file that exists in a different project. Add this XmlNamespace attribute to the root element of the markup file where it is to be used: xmlns:MyNamespace="clr-namespace:Frontend.ServiceController.Wpf.ControlsCommon;assembly=Frontend.ServiceController.Wpf.ControlsCommon" You will also need to add a project reference from the project where the XAML file lives to this project and Rebuild to avoid compilation errors: Right click on the target project in the Solution Explorer and "Add Reference"->"Projects"->[Browse to and select this project] Step 2) Go ahead and use your control in the XAML file.
상속: System.Windows.Documents.Span
파일 보기 프로젝트 열기: teamaton/speak-lib

공개 프로퍼티들

프로퍼티 타입 설명
ClickEvent System.Windows.RoutedEvent

보호된 메소드들

메소드 설명
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void

비공개 메소드들

메소드 설명
Span ( ) : System

메소드 상세

OnMouseDown() 보호된 메소드

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

프로퍼티 상세

ClickEvent 공개적으로 정적으로 프로퍼티

public static RoutedEvent,System.Windows ClickEvent
리턴 System.Windows.RoutedEvent