Gets or sets the font weight of the content text. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public FontWeight ContentFontWeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ContentFontWeight As FontWeight |
A WPF FontWeight object.
See Also