TextBlock.IsTextSelectionEnabledProperty Property

Definition

Identifies the IsTextSelectionEnabled dependency property.

public:
 static property DependencyProperty ^ IsTextSelectionEnabledProperty { DependencyProperty ^ get(); };
static DependencyProperty IsTextSelectionEnabledProperty();
public static DependencyProperty IsTextSelectionEnabledProperty { get; }
var dependencyProperty = TextBlock.isTextSelectionEnabledProperty;
Public Shared ReadOnly Property IsTextSelectionEnabledProperty As DependencyProperty

Property Value

The identifier for the IsTextSelectionEnabled dependency property.

Applies to