ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / BaseStyle Class / OnGetUninitializedProperty Method
Property name.

In This Topic
    OnGetUninitializedProperty Method (BaseStyle)
    In This Topic
    Called when trying to get an initialized property value.
    Syntax
    'Declaration
     
    Protected Overrides Function OnGetUninitializedProperty( _
       ByVal name As System.String _
    ) As System.Object
    protected override System.object OnGetUninitializedProperty( 
       System.string name
    )

    Parameters

    name
    Property name.

    Return Value

    Returns new value.
    Exceptions
    ExceptionDescription
    The exception that is thrown when trying to use uninitialized C1.Win.C1Gauge.StyledPropertyCollection.StyledProperty.
    Remarks
    Ideally this should never happen. The property can be initialized here and return its new value.
    See Also