Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / GradientModeBase Class / SerializeReadProp Method

In This Topic
    SerializeReadProp Method (GradientModeBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected MustOverride Sub SerializeReadProp( _
       ByVal serializer As Serializer, _
       ByVal propName As System.String, _
       ByVal type As System.Type, _
       ByVal objectName As System.String _
    ) 
    protected abstract void SerializeReadProp( 
       Serializer serializer,
       System.string propName,
       System.Type type,
       System.string objectName
    )

    Parameters

    serializer
    propName
    type
    objectName
    See Also