SamplerStateManager.BorderColor Property |
Language: |
Retrieves or sets the border color.
Visual Basic .NET Public Property BorderColor As Color C# public Color BorderColor { get; set; } Managed C++ public: __property Color get_BorderColor();
public: __property void set_BorderColor(Color);JScript .NET public function get BorderColor() : Color
public function set BorderColor(Color);
System.Drawing.Color . A Color
This property is read/write.object that represents the border color to set or retrieve.
Feedback? Please provide us with your comments on this topic.