Show / Hide Table of Contents

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 Source

Italic

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source