Share via


TextBlockService Class

Definition

Attached property provider to TextBlock control.

public ref class TextBlockService abstract sealed
public ref class TextBlockService abstract sealed
class TextBlockService abstract sealed
public static class TextBlockService
type TextBlockService = class
Public Class TextBlockService
Inheritance
TextBlockService

Fields

IsTextTrimmedExternallyProperty

Identifies the IsTextTrimmedExternally dependency property.

IsTextTrimmedMonitoringEnabledProperty

Identifies the IsTextTrimmedMonitoringEnabled dependency property.

IsTextTrimmedProperty

Identifies the IsTextTrimmed dependency property.

UntrimmedTextProperty

Identifies the UntrimmedText dependency property.

Attached Properties

IsTextTrimmed
IsTextTrimmedExternally
IsTextTrimmedMonitoringEnabled
UntrimmedText

Methods

GetIsTextTrimmed(DependencyObject)

Gets the value for IsTextTrimmedProperty that is attached to the element.

GetIsTextTrimmedExternally(DependencyObject)

Gets a value indicating that the Text has been trimmed external to the element.

GetIsTextTrimmedMonitoringEnabled(DependencyObject)

Gets the value for IsTextTrimMonitoringEnabled that is attached to the element.

GetUntrimmedText(DependencyObject)

Gets the untrimmed text.

SetIsTextTrimmedExternally(DependencyObject, Boolean)

Sets a value indicating that the Text has been trimmed external to the element.

SetIsTextTrimmedMonitoringEnabled(DependencyObject, Boolean)

Sets the value for IsTextTrimMonitoringEnabled that is attached to the element.

SetUntrimmedText(DependencyObject, String)

Sets the untrimmed text.

Applies to