Table of Contents

Class NumberBoxAssist

Namespace
Artemis.UI.Shared.AttachedProperties
Assembly
Artemis.UI.Shared.dll

Helper properties for working with NumberBoxes.

public class NumberBoxAssist : AvaloniaObject
Inheritance
object
AvaloniaObject
NumberBoxAssist
Inherited Members
AvaloniaObject.CheckAccess()
AvaloniaObject.VerifyAccess()
AvaloniaObject.ClearValue(AvaloniaProperty)
AvaloniaObject.ClearValue<T>(AvaloniaProperty<T>)
AvaloniaObject.ClearValue<T>(StyledProperty<T>)
AvaloniaObject.ClearValue<T>(DirectPropertyBase<T>)
AvaloniaObject.Equals(object)
AvaloniaObject.GetHashCode()
AvaloniaObject.GetValue(AvaloniaProperty)
AvaloniaObject.GetValue<T>(StyledProperty<T>)
AvaloniaObject.GetValue<T>(DirectPropertyBase<T>)
AvaloniaObject.GetBaseValue<T>(StyledProperty<T>)
AvaloniaObject.IsAnimating(AvaloniaProperty)
AvaloniaObject.IsSet(AvaloniaProperty)
AvaloniaObject.SetValue(AvaloniaProperty, object, BindingPriority)
AvaloniaObject.SetValue<T>(StyledProperty<T>, T, BindingPriority)
AvaloniaObject.SetValue<T>(DirectPropertyBase<T>, T)
AvaloniaObject.SetCurrentValue(AvaloniaProperty, object)
AvaloniaObject.SetCurrentValue<T>(StyledProperty<T>, T)
AvaloniaObject.Bind(AvaloniaProperty, IBinding)
AvaloniaObject.CoerceValue(AvaloniaProperty)
AvaloniaObject.OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs)
AvaloniaObject.OnPropertyChanged(AvaloniaPropertyChangedEventArgs)
AvaloniaObject.RaisePropertyChanged<T>(DirectPropertyBase<T>, T, T)
AvaloniaObject.SetAndRaise<T>(DirectPropertyBase<T>, ref T, T)
AvaloniaObject.InheritanceParent
AvaloniaObject.this[AvaloniaProperty]
AvaloniaObject.this[IndexerDescriptor]
AvaloniaObject.PropertyChanged

Fields

PrefixTextProperty

Identifies the PrefixTextProperty Avalonia attached property.

public static readonly AttachedProperty<string> PrefixTextProperty

Field Value

AttachedProperty<string>

Provide an System.Windows.Input.ICommand derived object or binding.

SuffixTextProperty

Identifies the SuffixTextProperty Avalonia attached property.

public static readonly AttachedProperty<string> SuffixTextProperty

Field Value

AttachedProperty<string>

Provide an System.Windows.Input.ICommand derived object or binding.

Methods

GetPrefixText(AvaloniaObject)

Accessor for Attached property PrefixTextProperty.

public static string GetPrefixText(AvaloniaObject element)

Parameters

element AvaloniaObject

Returns

string

GetSuffixText(AvaloniaObject)

Accessor for Attached property SuffixTextProperty.

public static string GetSuffixText(AvaloniaObject element)

Parameters

element AvaloniaObject

Returns

string

SetPrefixText(AvaloniaObject, string)

Accessor for Attached property PrefixTextProperty.

public static void SetPrefixText(AvaloniaObject element, string value)

Parameters

element AvaloniaObject
value string

SetSuffixText(AvaloniaObject, string)

Accessor for Attached property SuffixTextProperty.

public static void SetSuffixText(AvaloniaObject element, string value)

Parameters

element AvaloniaObject
value string