CellBorderDiagonalUp Property |
Note: This API is now obsolete.
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)
Syntax[ObsoleteAttribute("Use Cell.CellFormat.BorderDiagonalUp instead. The property will be removed after release of version 20.8.")]
public ILineFormat BorderDiagonalUp { get; }
<ObsoleteAttribute("Use Cell.CellFormat.BorderDiagonalUp instead. The property will be removed after release of version 20.8.")>
Public ReadOnly Property BorderDiagonalUp As ILineFormat
Get
public:
[ObsoleteAttribute(L"Use Cell.CellFormat.BorderDiagonalUp instead. The property will be removed after release of version 20.8.")]
virtual property ILineFormat^ BorderDiagonalUp {
ILineFormat^ get () sealed;
}
[<ObsoleteAttribute("Use Cell.CellFormat.BorderDiagonalUp instead. The property will be removed after release of version 20.8.")>]
abstract BorderDiagonalUp : ILineFormat with get
[<ObsoleteAttribute("Use Cell.CellFormat.BorderDiagonalUp instead. The property will be removed after release of version 20.8.")>]
override BorderDiagonalUp : ILineFormat with get
Property Value
Type:
ILineFormatImplements
ICellBorderDiagonalUp
See Also