TextLineFormat
Alignment Property
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public PenAlignmentType Alignment { get; set; }
Public Property Alignment As PenAlignmentType
Get
Set
public:
virtual property PenAlignmentType Alignment {
PenAlignmentType get () sealed;
void set (PenAlignmentType value) sealed;
}
abstract Alignment : PenAlignmentType with get, set
override Alignment : PenAlignmentType with get, set
Property Value
Type:
PenAlignmentType
Implements
IChartGridLine
Alignment
See Also