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

Text that appears in grid header. Tracks sorting order and displays the appropriate sort order glyph.
상속: TextVisual
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SortOrderProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
HeaderTextVisual ( int columnIndex ) : System.Globalization
ToggleSortOrder ( ) : void

보호된 메소드들

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

Calculates column header render size taking into account optional sorting arrow, if any.

비공개 메소드들

메소드 설명
HasArrow ( string text ) : bool
SetArrowDisplay ( ) : void

메소드 상세

GetRenderSize() 보호된 메소드

Calculates column header render size taking into account optional sorting arrow, if any.
protected GetRenderSize ( System.Windows.Media.FormattedText formattedText, double &offset ) : Size
formattedText System.Windows.Media.FormattedText
offset double
리턴 System.Windows.Size

HeaderTextVisual() 공개 메소드

public HeaderTextVisual ( int columnIndex ) : System.Globalization
columnIndex int
리턴 System.Globalization

ToggleSortOrder() 공개 메소드

public ToggleSortOrder ( ) : void
리턴 void

프로퍼티 상세

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

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