TextBlock.MaxLinesProperty Property

Definition

Identifies the MaxLines dependency property.

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

Property Value

The identifier for the MaxLines dependency property.

Applies to