DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter.Styles Namespace / DataFilterCaptionStyle Class / ShouldSerializeVerticalAlignment Method

In This Topic
    ShouldSerializeVerticalAlignment Method (DataFilterCaptionStyle)
    In This Topic
    Specifies whether to save the value of the VerticalAlignment property.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeVerticalAlignment() As Boolean
    protected bool ShouldSerializeVerticalAlignment()

    Return Value

    Returns true if the property has changed; otherwise, returns false.
    See Also