Control.FontSizeProperty Property

Definition

Identifies the FontSize dependency property.

public:
 static property DependencyProperty ^ FontSizeProperty { DependencyProperty ^ get(); };
static DependencyProperty FontSizeProperty();
public static DependencyProperty FontSizeProperty { get; }
var dependencyProperty = Control.fontSizeProperty;
Public Shared ReadOnly Property FontSizeProperty As DependencyProperty

Property Value

The identifier for the FontSize dependency property.

Applies to