CellFormatBorderDiagonalUp Property |
Returns a bottom-left to top-right diagonal line properties object.
Read-only
ILineFormat.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic ILineFormat BorderDiagonalUp { get; }
Public ReadOnly Property BorderDiagonalUp As ILineFormat
Get
public:
virtual property ILineFormat^ BorderDiagonalUp {
ILineFormat^ get () sealed;
}
abstract BorderDiagonalUp : ILineFormat with get
override BorderDiagonalUp : ILineFormat with get
Property Value
Type:
ILineFormatImplements
ICellFormatBorderDiagonalUp
See Also