 | PdfBorderEffectEffect Property |
Gets or sets the border effect to apply.
Namespace: Patagames.Pdf.Net.WrappersAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic BorderEffects Effect { get; set; }
Public Property Effect As BorderEffects
Get
Set
public:
property BorderEffects Effect {
BorderEffects get ();
void set (BorderEffects value);
}
member Effect : BorderEffects with get, set
/** @property */
public BorderEffects get_Effect()
/** @property */
public void set_Effect(BorderEffects value)
function get_Effect();
function set_Effect(value);
Property Value
BorderEffects
See Also