TPictureBoxShouldSerializeTextAlignment Method

Indicates whether the TextAlignment property should be persisted.

Definition

Namespace: BeeMobile.TransparentControls
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
protected virtual bool ShouldSerializeTextAlignment()

Return Value

Boolean
true if the property value has changed from its default; otherwise, false.

See Also