sets or get the alpha value set which shoud be currently edit and drawen

Namespace: Visualisierung_BSP1
Assembly: Visualisierung_BSP2 (in Visualisierung_BSP2.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int CurrentAlphaPickerSet { get; set; }
Visual Basic
Public Property CurrentAlphaPickerSet As Integer
	Get
	Set
Visual C++
public:
property int CurrentAlphaPickerSet {
	int get ();
	void set (int value);
}

See Also