Search
StringFormat.VerticalAlignment Property
See Also
 






Gets or sets the vertical alignment of the string.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public VerticalAlignment VerticalAlignment { get; set; }

Visual Basic  Copy Code

Public Property VerticalAlignment As VerticalAlignment

 Property Value

A member of the VerticalAlignment enumeration.

 See Also