Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / StyledPropertyCollection Class / TryGetProperty Method
Property value.
Styled property name.

In This Topic
    TryGetProperty Method (StyledPropertyCollection)
    In This Topic
    Tries to get value of the specified styled property.
    Syntax
    'Declaration
     
    Public Function TryGetProperty( _
       ByRef value As System.Object, _
       Optional ByVal name As System.String _
    ) As System.Boolean
    public System.bool TryGetProperty( 
       out System.object value,
       System.string name
    )

    Parameters

    value
    Property value.
    name
    Styled property name.

    Return Value

    True if success.
    See Also