C# Class Fluent.TwoLineLabel

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
HasGlyphProperty System.Windows.DependencyProperty
HasTwoLinesProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().

Private Methods

Méthode Description
OnCoerceStyle ( DependencyObject d, object basevalue ) : object
OnHasGlyphChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles HasGlyph property changes

OnHasTwoLinesChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles HasTwoLines property changes

OnTextChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles text property changes

TwoLineLabel ( ) : System
UpdateTextRun ( ) : void

Updates text run adds newline if HasTwoLines == true

Method Details

OnApplyTemplate() public méthode

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().
public OnApplyTemplate ( ) : void
Résultat void

Property Details

HasGlyphProperty public_oe static_oe property

Using a DependencyProperty as the backing store for HasGlyph. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows HasGlyphProperty
Résultat System.Windows.DependencyProperty

HasTwoLinesProperty public_oe static_oe property

Using a DependencyProperty as the backing store for HasTwoLines. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows HasTwoLinesProperty
Résultat System.Windows.DependencyProperty

TextProperty public_oe static_oe property

Using a DependencyProperty as the backing store for Text. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows TextProperty
Résultat System.Windows.DependencyProperty