C# 클래스 Microsoft.VisualStudio.R.Package.DataInspect.TextVisual

상속: System.Windows.Media.DrawingVisual
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColumnProperty System.Windows.DependencyProperty
RowProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Draw ( ) : bool
GetFormattedText ( ) : System.Windows.Media.FormattedText
ToggleHighlight ( ) : void

보호된 메소드들

메소드 설명
GetRenderSize ( System.Windows.Media.FormattedText formattedText, double &offset ) : Size
Invalidate ( ) : void

비공개 메소드들

메소드 설명
IsNumerical ( string text ) : bool

메소드 상세

Draw() 공개 메소드

public Draw ( ) : bool
리턴 bool

GetFormattedText() 공개 메소드

public GetFormattedText ( ) : System.Windows.Media.FormattedText
리턴 System.Windows.Media.FormattedText

GetRenderSize() 보호된 메소드

protected GetRenderSize ( System.Windows.Media.FormattedText formattedText, double &offset ) : Size
formattedText System.Windows.Media.FormattedText
offset double
리턴 System.Windows.Size

Invalidate() 보호된 메소드

protected Invalidate ( ) : void
리턴 void

ToggleHighlight() 공개 메소드

public ToggleHighlight ( ) : void
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows ColumnProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows RowProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty