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