Share via


RectanglePatchInformation.Degree Property (Microsoft.DirectX.Direct3D)

Retrieves or sets a value of the DegreeType enumeration that defines the degree for the rectangular patch.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.DegreeType
Value of the DegreeType enumeration to set or retrieve.

This property is read/write.