Gets or sets the alignment of the right border.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public PenAlignment RightAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RightAlignment As PenAlignment |
A member of the .NET PenAlignment enumeration that specifies the alignment of the right side of the border. The default is Center.
See Also