InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1Themes Namespace / BaseStyle Class / GetProperty Method
Styled property name.

In This Topic
    GetProperty Method (BaseStyle)
    In This Topic
    Gets value of the specified styled property.
    Syntax
    'Declaration
     
    Public Function GetProperty( _
       Optional ByVal name As String _
    ) As Object
    public object GetProperty( 
       string name
    )

    Parameters

    name
    Styled property name.

    Return Value

    Styled property value.
    See Also