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

Inheritance: System.Windows.Media.DrawingVisual
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Свойство Type Description
ColumnProperty System.Windows.DependencyProperty
RowProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
Draw ( ) : bool
GetFormattedText ( ) : System.Windows.Media.FormattedText
ToggleHighlight ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
IsNumerical ( string text ) : bool

Method Details

Draw() public méthode

public Draw ( ) : bool
Résultat bool

GetFormattedText() public méthode

public GetFormattedText ( ) : System.Windows.Media.FormattedText
Résultat System.Windows.Media.FormattedText

GetRenderSize() protected méthode

protected GetRenderSize ( System.Windows.Media.FormattedText formattedText, double &offset ) : Size
formattedText System.Windows.Media.FormattedText
offset double
Résultat System.Windows.Size

Invalidate() protected méthode

protected Invalidate ( ) : void
Résultat void

ToggleHighlight() public méthode

public ToggleHighlight ( ) : void
Résultat void

Property Details

ColumnProperty public_oe static_oe property

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

RowProperty public_oe static_oe property

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

TextProperty public_oe static_oe property

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