CellFormatBorderTop Property |
Returns a top border 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 BorderTop { get; }
Public ReadOnly Property BorderTop As ILineFormat
Get
public:
virtual property ILineFormat^ BorderTop {
ILineFormat^ get () sealed;
}
abstract BorderTop : ILineFormat with get
override BorderTop : ILineFormat with get
Property Value
Type:
ILineFormatImplements
ICellFormatBorderTop
See Also