Gets the value of the Report.FontStyle attached property for a given dependency object.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public static FontStyle GetFontStyle ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function GetFontStyle( _ |
The element from which the property value is read.
The value of the FontStyle property for the specified element.
See Also