Cell
BorderDiagonalDown Property
|
Gets a top-left to bottom-right diagonal line properties object.
Read-only
TextLineFormat
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextLineFormat BorderDiagonalDown { get; }
Public ReadOnly Property BorderDiagonalDown As TextLineFormat
Get
public:
property TextLineFormat^ BorderDiagonalDown {
TextLineFormat^ get ();
}
member BorderDiagonalDown : TextLineFormat with get
Property Value
Type:
TextLineFormat
See Also