Enables right-to-left support in styled text.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static bool RightToLeftStyledText { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shared Property RightToLeftStyledText As Boolean |
true to arrange styled text in right-to-left direction, or false otherwise.
See Also