ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Border Class / ShouldSerializeColor Method

In This Topic
    ShouldSerializeColor Method
    In This Topic
    Returns false if the Border Color property is in the default state.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeColor() As System.Boolean
    public System.bool ShouldSerializeColor()

    Return Value

    Boolean value.
    Remarks
    The default state is to use Color.Transparent and use the BackColor of the parent Style as the basis for the border color.
    See Also