SamplerStateManager.BorderColorValue Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the border color.
Definition
Visual Basic Public Property BorderColorValue As Integer C# public int BorderColorValue { get; set; } C++ public:
property int BorderColorValue {
int get();
void set(int value);
}JScript public function get BorderColorValue() : int
public function set BorderColorValue(int);
Property Value
System.Int32
Integer that represents the border color to set or retrieve.This property is read/write.