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

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

    Return Value

    Boolean.
    Remarks
    The default state is to inherit the VerticalAlignment from the style of the parent object.
    See Also