C-DEngine 5.105

TheNMIBaseControl..::..PixelDepth Property

Sets the depth of the control in pixels (Z-Axes)

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int PixelDepth { get; set; }
Public Property PixelDepth As Integer
	Get
	Set
public:
property int^ PixelDepth {
	int^ get ();
	void set (int^ value);
}