Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public FontVertialAlignmentType VerticalAlignment { get; set; }
Public Property VerticalAlignment As FontVertialAlignmentType
	Get
	Set
public:
virtual property FontVertialAlignmentType VerticalAlignment {
	FontVertialAlignmentType get () sealed;
	void set (FontVertialAlignmentType value) sealed;
}
abstract VerticalAlignment : FontVertialAlignmentType with get, set
override VerticalAlignment : FontVertialAlignmentType with get, set

Property Value

FontVertialAlignmentType

Implements

IFont..::..VerticalAlignment

See Also