C# Class Microsoft.VisualStudio.R.Package.DataInspect.HeaderTextVisual

Text that appears in grid header. Tracks sorting order and displays the appropriate sort order glyph.
Inheritance: TextVisual
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Свойство Type Description
SortOrderProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
HeaderTextVisual ( int columnIndex ) : System.Globalization
ToggleSortOrder ( ) : void

Méthodes protégées

Méthode Description
GetRenderSize ( System.Windows.Media.FormattedText formattedText, double &offset ) : Size

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

Private Methods

Méthode Description
HasArrow ( string text ) : bool
SetArrowDisplay ( ) : void

Method Details

GetRenderSize() protected méthode

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
Résultat System.Windows.Size

HeaderTextVisual() public méthode

public HeaderTextVisual ( int columnIndex ) : System.Globalization
columnIndex int
Résultat System.Globalization

ToggleSortOrder() public méthode

public ToggleSortOrder ( ) : void
Résultat void

Property Details

SortOrderProperty public_oe static_oe property

public static DependencyProperty,System.Windows SortOrderProperty
Résultat System.Windows.DependencyProperty