Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.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

In This Topic
    PropertyBindingAttribute Constructor
    In This Topic
    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