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

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