|
|
@@ -15,48 +15,6 @@ using Serilog.Core.Enrichers;
|
|
|
|
|
|
namespace Perspex
|
|
|
{
|
|
|
- /// <summary>
|
|
|
- /// The priority of a binding.
|
|
|
- /// </summary>
|
|
|
- public enum BindingPriority
|
|
|
- {
|
|
|
- /// <summary>
|
|
|
- /// A value that comes from an animation.
|
|
|
- /// </summary>
|
|
|
- Animation = -1,
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// A local value.
|
|
|
- /// </summary>
|
|
|
- LocalValue = 0,
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// A triggered style binding.
|
|
|
- /// </summary>
|
|
|
- /// <remarks>
|
|
|
- /// A style trigger is a selector such as .class which overrides a
|
|
|
- /// <see cref="TemplatedParent"/> binding. In this way, a basic control can have
|
|
|
- /// for example a Background from the templated parent which changes when the
|
|
|
- /// control has the :pointerover class.
|
|
|
- /// </remarks>
|
|
|
- StyleTrigger,
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// A binding to a property on the templated parent.
|
|
|
- /// </summary>
|
|
|
- TemplatedParent,
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// A style binding.
|
|
|
- /// </summary>
|
|
|
- Style,
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- /// The binding is uninitialized.
|
|
|
- /// </summary>
|
|
|
- Unset = int.MaxValue,
|
|
|
- }
|
|
|
-
|
|
|
/// <summary>
|
|
|
/// An object with <see cref="PerspexProperty"/> support.
|
|
|
/// </summary>
|