Click or drag to resize

PdfControlBorderColor Property

Gets or sets the color of the control's border.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public FS_COLOR BorderColor { get; set; }

Property Value

FS_COLOR
After changing this property, you must call the ResetAppearance method for the changes to take effect.
See Also