In This Article

TintableBorder Class

Represents a border control whose brushes can be easily tinted towards a color.

public class TintableBorder : Border
Inheritance:
object Visual UIElement FrameworkElement Decorator Border object

Constructors

TintableBorder()

Initializes an instance of the class.

public TintableBorder()

Properties

TintColor

Gets or sets the tint color applied to the Background and BorderBrush brushes. This is a dependency property.

public Color TintColor { get; set; }

Property Value

Color:

The tint color applied to the Background and BorderBrush brushes. The default value is Colors.Transparent, which indicates no tinting should be applied.

Fields

TintColorProperty

Identifies the TintColor dependency property. This field is read-only.

public static readonly DependencyProperty TintColorProperty