BindingBase Class
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Markup (in Avalonia.Markup.dll)
- C#
- VB
- F#
public abstract class BindingBase : IBinding
Public MustInherit Class BindingBase
Implements IBinding
[<AbstractClassAttribute>]
type BindingBase =
class
interface IBinding
end
Inheritance | Object → BindingBase |
Derived | Avalonia.Data.Binding Avalonia.Markup.Xaml.MarkupExtensions.CompiledBindingExtension |
Implements | IBinding |
Constructors
BindingBase() | Initializes a new instance of the Binding class. |
BindingBase(BindingMode) | Initializes a new instance of the Binding class. |
Properties
Converter | Gets or sets the IValueConverter to use. |
ConverterCulture | Gets or sets the culture in which to evaluate the converter. |
ConverterParameter | Gets or sets a parameter to pass to Converter. |
DefaultAnchor | |
FallbackValue | Gets or sets the value to use when the binding is unable to produce a value. |
Mode | Gets or sets the binding mode. |
NameScope | |
Priority | Gets or sets the binding priority. |
StringFormat | Gets or sets the string format. |
TargetNullValue | Gets or sets the value to use when the binding result is null. |
UpdateSourceTrigger | Gets or sets a value that determines the timing of binding source updates for TwoWay and OneWayToSource bindings. |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode() | Serves as the default hash function. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
Initiate(AvaloniaObject, AvaloniaProperty, Object, Boolean) | Initiates the binding on a target object. Obsolete. |
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() | Returns a string that represents the current object. (Inherited from Object) |