Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public FontAlignmentType FontAlignment { get; set; }
Public Property FontAlignment As FontAlignmentType
	Get
	Set
public:
property FontAlignmentType FontAlignment {
	FontAlignmentType get ();
	void set (FontAlignmentType value);
}
member FontAlignment : FontAlignmentType with get, set

Property Value

FontAlignmentType

See Also