TreeView for WinForms | ComponentOne
C1.Win.C1Themes Namespace / StyledPropertyInfo Class / StyledPropertyInfo Constructor
Property name.
Property type.

In This Topic
    StyledPropertyInfo Constructor
    In This Topic
    Initializes a new instance of the StyledPropertyInfo.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal type As Type _
    )
    public StyledPropertyInfo( 
       string name,
       Type type
    )

    Parameters

    name
    Property name.
    type
    Property type.
    See Also