Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineStyle Class / FontStyle Property

In This Topic
    FontStyle Property
    In This Topic
    Gets or sets the font style of the item.
    Syntax
    'Declaration
     
    Public Property FontStyle As Nullable(Of FontStyle)
    public Nullable<FontStyle> FontStyle {get; set;}
    See Also