Gets or sets the vertical alignment of the string.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public StringAlignment LineAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LineAlignment As StringAlignment |
See Also