Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)

Syntax

Visual Basic (Declaration)
Public WriteOnly Property HoveredGradientBorderIndex As Integer
C#
public int HoveredGradientBorderIndex { set; }
C++
public property int HoveredGradientBorderIndex sealed  {
    void set(int value);
}
J#
/** property */
public void set_HoveredGradientBorderIndex(int value);
JScript
public function set HoveredGradientBorderIndex(value : int);

See Also