FontStyle Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Specifies style information applied to text.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration FontStyle
'Usage
Dim instance As FontStyle
[FlagsAttribute]
public enum FontStyle
[FlagsAttribute]
public enum class FontStyle
Members
Member name | Description | |
---|---|---|
Regular | Normal text. | |
Bold | Bold text. | |
Italic | Italic text. | |
Underline | Underlined text. | |
Strikeout | Text with a line through the middle. |