OfficeImageEffectsBorderLineFormat Property |
Gets or sets a line format settings for the image border.
Namespace: GroupDocs.Watermark.ContentsAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic OfficeLineFormat BorderLineFormat { get; set; }
Public Property BorderLineFormat As OfficeLineFormat
Get
Set
public:
property OfficeLineFormat^ BorderLineFormat {
OfficeLineFormat^ get ();
void set (OfficeLineFormat^ value);
}
member BorderLineFormat : OfficeLineFormat with get, set
Property Value
Type:
OfficeLineFormatInstance of
OfficeLineFormat class, representing shape line format.
See Also