Represents a border control whose brushes can be easily tinted towards a color.
Constructors
TintableBorder()
Initializes an instance of the class.
Properties
TintColor
Gets or sets the tint color applied to the Background
and BorderBrush
brushes.
This is a dependency property.
Property Value
- Color:
The tint color applied to the
Background
andBorderBrush
brushes. The default value isColors.Transparent
, which indicates no tinting should be applied.
Fields
TintColorProperty
Identifies the Tint