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

Syntax

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

See Also