CellFormatBorderBottom Property |
Returns a bottom border line properties object.
Read-only
ILineFormat.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public ILineFormat BorderBottom { get; }
Public ReadOnly Property BorderBottom As ILineFormat
Get
public:
virtual property ILineFormat^ BorderBottom {
ILineFormat^ get () sealed;
}
abstract BorderBottom : ILineFormat with get
override BorderBottom : ILineFormat with get
Property Value
Type:
ILineFormatImplements
ICellFormatBorderBottomSee Also