Box.Front Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the position of the front of a box on the z-axis.
Definition
Visual Basic Public Property Front As Integer C# public int Front { get; set; } C++ public:
property int Front {
int get();
void set(int value);
}JScript public function get Front() : int
public function set Front(int);
Property Value
System.Int32
An Int32value that indicates the position of the front of the box on the z-axis.
This property is read/write.