2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / Style Class / ShouldSerializeBorder Method

In This Topic
    ShouldSerializeBorder Method
    In This Topic
    Indicates whether the Border has a default value.
    Syntax
    'Declaration
     
    Public Function ShouldSerializeBorder() As System.Boolean
    public System.bool ShouldSerializeBorder()

    Return Value

    True if the Border has no default value; otherwise, it is false.
    Remarks
    The default state is to inherit the Border from the style of the parent object.
    See Also