Share via


TimedTextStyle.FontAngleInDegrees Property

Definition

Gets or sets the font angle of slanted text, in degrees.

public:
 property double FontAngleInDegrees { double get(); void set(double value); };
double FontAngleInDegrees();

void FontAngleInDegrees(double value);
public double FontAngleInDegrees { get; set; }
var double = timedTextStyle.fontAngleInDegrees;
timedTextStyle.fontAngleInDegrees = double;
Public Property FontAngleInDegrees As Double

Property Value

Double

double

The font angle.

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Applies to