Search
Border.BottomAlignment Property
See Also
 





Gets or sets the alignment of the bottom border.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public PenAlignment BottomAlignment { get; set; }

Visual Basic  Copy Code

Public Property BottomAlignment As PenAlignment

 Property Value

A member of the .NET PenAlignment enumeration that specifies the alignment of the bottom side of the border. The default is Center.

 See Also