Block.LineHeightProperty Property

Definition

Identifies the LineHeight dependency property.

public:
 static property DependencyProperty ^ LineHeightProperty { DependencyProperty ^ get(); };
static DependencyProperty LineHeightProperty();
public static DependencyProperty LineHeightProperty { get; }
var dependencyProperty = Block.lineHeightProperty;
Public Shared ReadOnly Property LineHeightProperty As DependencyProperty

Property Value

The identifier for the LineHeight dependency property.

Applies to