TextParagraphProperties
Alignment Property
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextAlignmentType Alignment { get; set; }
Public Property Alignment As TextAlignmentType
Get
Set
public:
property TextAlignmentType Alignment {
TextAlignmentType get ();
void set (TextAlignmentType value);
}
member Alignment : TextAlignmentType with get, set
Property Value
Type:
TextAlignmentType
See Also