Property | Type | Description | |
---|---|---|---|
AutomaticToolTipEnabledProperty | |||
IsTextTrimmedKey | System.Windows.DependencyPropertyKey | ||
IsTextTrimmedProperty |
Method | Description | |
---|---|---|
OnTextBlockSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void | ||
SetAutomaticToolTipEnabled ( |
Method | Description | |
---|---|---|
CalculateIsTextTrimmed ( System.Windows.Controls.TextBlock textBlock ) : bool | ||
GetAutomaticToolTipEnabled ( |
||
GetIsTextTrimmed ( System.Windows.Controls.TextBlock target ) : System.Boolean | ||
SetIsTextTrimmed ( System.Windows.Controls.TextBlock textBlock, bool isTrimmed ) : void | ||
TextBlockService ( ) : System |
public static OnTextBlockSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.SizeChangedEventArgs | |
return | void |
public static SetAutomaticToolTipEnabled ( |
||
element | ||
value | bool | |
return | void |
public static DependencyProperty,System.Windows AutomaticToolTipEnabledProperty | ||
return |
public static DependencyPropertyKey,System.Windows IsTextTrimmedKey | ||
return | System.Windows.DependencyPropertyKey |