RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / FontWeight Property

In This Topic
    FontWeight Property (C1TextRange)
    In This Topic
    Gets or sets the font weight of the runs in the range.
    Syntax
    'Declaration
     
    
    Public Property FontWeight As Nullable(Of FontWeight)
    public Nullable<FontWeight> FontWeight {get; set;}
    Remarks
    When the range is empty, setting this property changes the FontWeight of the text to be written and getting the FontWeight returns the format of the of the text to be written. When the selection is not empty, getting this property returns the format of the selection, or null if the selection has mixed format.
    See Also