TextPrimitiveShouldSerializeFont Method

Indicates whether the Font property should be persisted.

Definition

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

Return Value

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

See Also