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
Specifies an italic font style.
Declaration
public static FontStyle Italic { get; }
Property Value
Type | Description |
---|---|
FontStyle | A font style that represents an italic font style. |
Normal
Specifies a normal, or roman, font style.
Declaration
public static FontStyle Normal { get; }
Property Value
Type | Description |
---|---|
FontStyle | A font style that represents a normal, or roman, font style. |
Oblique
Specifies an oblique font style.
Declaration
public static FontStyle Oblique { get; }
Property Value
Type | Description |
---|---|
FontStyle | A font style that represents an oblique font style. |