PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyAttribute Class / PropertyAttribute Constructor / PropertyAttribute Constructor(PropertyAttribute)
The property attribute to create from.

In This Topic
    PropertyAttribute Constructor(PropertyAttribute)
    In This Topic
    Initializes a new instance of the PropertyAttribute class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal propertyAttribute As PropertyAttribute _
    )
    public PropertyAttribute( 
       PropertyAttribute propertyAttribute
    )

    Parameters

    propertyAttribute
    The property attribute to create from.
    See Also