ComponentOne Bitmap for UWP
PropertyBindingAttribute Constructor

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > PropertyBindingAttribute Class : PropertyBindingAttribute Constructor
Type of binding
Order of the property
Minimum value of this property
Maximum value of this property
Default value of this property
Initializes a new instance of PropertyBindingAttribute attribute.
Syntax
'Declaration
 
Public Function New( _
   ByVal bindingType As BindingType, _
   ByVal order As System.Integer, _
   ByVal min As System.String, _
   ByVal max As System.String, _
   ByVal defaultValue As System.String _
)
public PropertyBindingAttribute( 
   BindingType bindingType,
   System.int order,
   System.string min,
   System.string max,
   System.string defaultValue
)

Parameters

bindingType
Type of binding
order
Order of the property
min
Minimum value of this property
max
Maximum value of this property
defaultValue
Default value of this property
See Also

Reference

PropertyBindingAttribute Class
PropertyBindingAttribute Members