Class ContentPresenterTextTrimmingBehavior
Sets TextTrimming to CharacterEllipsis for the auto generated TextBlock of the ContentPresenter.
Behavior<ContentPresenter>.AssociatedObject
Behavior.OnDetaching()
Behavior.CreateInstanceCore()
Behavior.Detach()
Behavior.AssociatedType
Namespace: Sartorius.SAF.Presentation.Behaviors
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class ContentPresenterTextTrimmingBehavior : Behavior<ContentPresenter>, IAnimatable, IAttachedObject
Methods
View SourceOnAttached()
Called after the behavior is attached to an AssociatedObject.
Declaration
protected override void OnAttached()
Overrides
Microsoft.Xaml.Behaviors.Behavior.OnAttached()
Remarks
Override this to hook up functionality to the AssociatedObject.
Implements
Microsoft.Xaml.Behaviors.IAttachedObject