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

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

    Return Value

    Boolean value.
    Remarks
    The default state is SizeDefault.Width = -1, SizeDefault.Height = -1, which results in automatic sizing of the Title.
    See Also