 | RadialPatternExtendEnd Property |
Gets or sets a flag specifying whether to extend the shading beyond the ending (
To) circle.
Namespace: Patagames.Pdf.Net.PatternsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool ExtendEnd { get; set; }
Public Property ExtendEnd As Boolean
Get
Set
public:
property bool ExtendEnd {
bool get ();
void set (bool value);
}
member ExtendEnd : bool with get, set
/** @property */
public boolean get_ExtendEnd()
/** @property */
public void set_ExtendEnd(boolean value)
function get_ExtendEnd();
function set_ExtendEnd(value);
Property Value
Boolean
See Also