[]
        
(Showing Draft Content)

C1.Win.C1Chart.Style.ShouldSerializeVerticalAlignment

ShouldSerializeVerticalAlignment Method

ShouldSerializeVerticalAlignment()

Returns false if the Style VerticalAlignment property is in the default state.

Declaration
public bool ShouldSerializeVerticalAlignment()
Returns
Type Description
bool

True if the VerticalAlignment has no default value; otherwise, it is false.

Remarks

The default state is to inherit the VerticalAlignment from the style of the parent object.

See Also