Gets or sets the font size of the content text. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public double ContentFontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ContentFontSize As Double |
A double value specifying the size.
See Also