Control.FontStyleProperty Property

Definition

Identifies the FontStyle dependency property.

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

Property Value

The identifier for the FontStyle dependency property.

Applies to