TintableBorder Class
Represents a border control whose brushes can be easily tinted towards a color.
public class TintableBorder : Border
Constructors
TintableBorder()
Initializes an instance of the class.
public TintableBorder()
Properties
TintColor
The tint color applied to the Background and BorderBrush brushes.
public Color TintColor { get; set; }
Property Value
- Color:
The default value is
Colors.Transparent, which indicates no tinting should be applied.
Fields
TintColorProperty
Defines the TintColor property.
public static readonly DependencyProperty TintColorProperty