Show / Hide Table of Contents

Class NumericTemplateBehaviors

Represents a collection of attached properties for Templates.

Inheritance
object
NumericTemplateBehaviors
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Behaviors
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class NumericTemplateBehaviors

Fields

View Source

NumericFieldMaskProperty

DependencyProperty to support the Numeric Field Type.

Declaration
public static readonly DependencyProperty NumericFieldMaskProperty
Field Value
Type Description
DependencyProperty

Methods

View Source

GetMask(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.

View Source

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.

  • View Source
In this article
Back to top Generated by DocFX