ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / BaseRule Class / FontWeight Property

In This Topic
    FontWeight Property (BaseRule)
    In This Topic
    Gets or sets the font weight of the syntax.
    Syntax
    'Declaration
     
    Public Property FontWeight As Windows.UI.Text.FontWeight
    public Windows.UI.Text.FontWeight FontWeight {get; set;}
    See Also