SamplerStateManager.BorderColor Property |
Language: |
Retrieves or sets the border color.
Visual Basic Public Property BorderColor As Color C# public Color BorderColor { get; set; } C++ public:
property Color BorderColor {
Color get();
void set(Color value);
}JScript public function get BorderColor() : Color
public function set BorderColor(Color);
System.Drawing.Color
This property is read/write.
A Colorobject that represents the border color to set or retrieve.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.