TextBox.SelectionHighlightColorProperty Property

Definition

Identifies the SelectionHighlightColor dependency property.

public:
 static property DependencyProperty ^ SelectionHighlightColorProperty { DependencyProperty ^ get(); };
static DependencyProperty SelectionHighlightColorProperty();
public static DependencyProperty SelectionHighlightColorProperty { get; }
var dependencyProperty = TextBox.selectionHighlightColorProperty;
Public Shared ReadOnly Property SelectionHighlightColorProperty As DependencyProperty

Property Value

The identifier for the SelectionHighlightColor dependency property.

Applies to