[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.PropertyBindingAttribute.-ctor

PropertyBindingAttribute Constructor

PropertyBindingAttribute(BindingType, int, string, string, string)

Initializes a new instance of PropertyBindingAttribute attribute.

Declaration
public PropertyBindingAttribute(BindingType bindingType, int order, string min, string max, string defaultValue)
Public Sub New(bindingType As BindingType, order As Integer, min As String, max As String, defaultValue As String)
Parameters
Type Name Description
BindingType bindingType

Type of binding

int order

Order of the property

string min

Minimum value of this property

string max

Maximum value of this property

string defaultValue

Default value of this property