C# Class Fluent.TwoLineLabel

Inheritance: System.Windows.Controls.Control
Mostrar archivo Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
HasGlyphProperty System.Windows.DependencyProperty
HasTwoLinesProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

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

Private Methods

Method 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 method

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().
public OnApplyTemplate ( ) : void
return 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
return 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
return 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
return System.Windows.DependencyProperty