 | RadialPatternHighest Property |
Gets or sets the highest limiting value of a parametric variable
t passed to the
Functions.
The variable is considered to vary linearly between
Lowest and
Highest values as the color gradient varies between
the starting (
From) and ending (
To) circles. The variable
t becomes the input argument to the color
Functions.
Namespace: Patagames.Pdf.Net.PatternsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic float Highest { get; set; }
Public Property Highest As Single
Get
Set
public:
property float Highest {
float get ();
void set (float value);
}
member Highest : float32 with get, set
/** @property */
public float get_Highest()
/** @property */
public void set_Highest(float value)
function get_Highest();
function set_Highest(value);
Property Value
Single
See Also