| PdfControlBorderStyle Property |
Gets or sets a border style (see
PdfBorderStyle) specifying the line width, style and dash pattern to be used in drawing.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfBorderStyle BorderStyle { get; set; }
Public Property BorderStyle As PdfBorderStyle
Get
Set
public:
property PdfBorderStyle^ BorderStyle {
PdfBorderStyle^ get ();
void set (PdfBorderStyle^ value);
}
member BorderStyle : PdfBorderStyle with get, set
/** @property */
public PdfBorderStyle get_BorderStyle()
/** @property */
public void set_BorderStyle(PdfBorderStyle value)
function get_BorderStyle();
function set_BorderStyle(value);
Property Value
PdfBorderStyle
After changing this property, you must call the
ResetAppearance method for the changes to take effect.
See Also