Gets or sets the font-stretching characteristics for this DiagramItem.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public FontStretch FontStretch { get; set; } |
Visual Basic Copy Code |
---|
Public Property FontStretch As FontStretch |
A FontStretch instance. The default value is FontStretches.Normal.
WpfDiagram Programmer's Guide | © 2024 MindFusion |