Class NumericTemplateBehaviors
Represents a collection of attached properties for Templates.
Inherited Members
Namespace: Phoenix.Aruba.Behaviors
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class NumericTemplateBehaviors
Fields
View SourceNumericFieldMaskProperty
DependencyProperty to support the Numeric Field Type.
Declaration
public static readonly DependencyProperty NumericFieldMaskProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
View SourceGetMask(DependencyObject)
Get the MaskType for the NumericTextField.
Declaration
public static MaskType GetMask(DependencyObject element)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | The dependency object. |
Returns
Type | Description |
---|---|
MaskType | Returns the MaskType for the element. |
SetMask(DependencyObject, MaskType)
Set the MaskType for the NumericTextField.
Declaration
public static void SetMask(DependencyObject element, MaskType value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | element | The dependency object. |
MaskType | value | The value to set the mask property to. |