Share via


SamplerStateManager.BorderColor Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the border color.

Definition

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

Property Value

System.Drawing.Color
A ColorLeave Site object that represents the border color to set or retrieve.

This property is read/write.