DropDown.Priority Property

GeonBit.UI

DropDownPriority Property
Set entity render and update priority. DropDown entity override this function to give some bonus priority, since when list is opened it needs to override entities under it, which usually have bigger index in container.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override int Priority { get; }

Property Value

Type: Int32
See Also