Class FontStyles
Represents the style of a font face (for example, normal or italic).
Inheritance
System.Object
FontStyles
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public static class FontStyles
Properties
| Improve this Doc View SourceItalic
Declaration
public static FontStyle Italic { get; }
Property Value
Type | Description |
---|---|
FontStyle |
Normal
Declaration
public static FontStyle Normal { get; }
Property Value
Type | Description |
---|---|
FontStyle |
Oblique
Declaration
public static FontStyle Oblique { get; }
Property Value
Type | Description |
---|---|
FontStyle |