Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge 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 System.String, _
       ByVal type As System.Type _
    )
    public StyledPropertyInfo( 
       System.string name,
       System.Type type
    )

    Parameters

    name
    Property name.
    type
    Property type.
    See Also