TimedTextStyle.FontAngleInDegrees Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
|