TextParagraphProperties
FontAlignment Property
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
Type:
FontAlignmentType
See Also