PropertyDescription.Dimension Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the dimension of the property.

Definition

Visual Basic Public Property Dimension As Integer
C# public int Dimension { get; set; }
C++ public:
property int Dimension {
        int get();
        void set(int value);
}
JScript public function get Dimension() : int
public function set Dimension(int);

Property Value

System.Int32
Integer that represents the property dimension to set or retrieve.

This property is read/write.