Click or drag to resize

GlobalStringsIsDefault Property

Gets a value indicating if all the strings are default values.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool IsDefault { get; }

Return Value

Type: Boolean
True if all values are defaulted; otherwise false.
See Also