Entity Properties

GeonBit.UI

Entity Properties

The Entity type exposes the following members.

Properties
  NameDescription
Public propertyBackground
Optional background entity that will not respond to events and will always be rendered right behind this entity.
Public propertyDraggable
Is the entity draggable (eg can a user grab it and drag it around).
Public propertyEntityDefaultSize
Return the default size for this entity.
Public propertyFillColor
Entity fill color - this is just a sugarcoat to access the default fill color style property.
Public propertyInternalDestRect
Get internal destination rect.
Public propertyIsDirty
Get if this entity needs to recalculate destination rect.
Public propertyIsFocused
Does this entity or one of its children currently focused?
Public propertyIsMouseDown
Return if the mouse is currently pressing on this entity (eg over it and left mouse button is down).
Public propertyIsMouseOver
Return if the mouse is currently over this entity (regardless of weather or not mouse button is down).
Public propertyOpacity
Entity fill color opacity - this is just a sugarcoat to access the default fill color alpha style property.
Public propertyOutlineColor
Entity outline color - this is just a sugarcoat to access the default outline color style property.
Public propertyOutlineOpacity
Entity outline color opacity - this is just a sugarcoat to access the default outline color alpha style property.
Public propertyOutlineWidth
Entity outline width - this is just a sugarcoat to access the default outline color style property.
Public propertyPadding
Entity padding - this is just a sugarcoat to access the default padding style property.
Public propertyParent
Get the direct parent of this entity.
Public propertyPriority
Return entity priority in drawing order and event handling.
Public propertyScale
Entity scale - this is just a sugarcoat to access the default scale style property.
Public propertyShadowColor
Entity shadow color - this is just a sugarcoat to access the default shadow color style property.
Public propertyShadowOffset
Entity shadow offset - this is just a sugarcoat to access the default shadow offset style property.
Public propertyShadowScale
Entity shadow scale - this is just a sugarcoat to access the default shadow scale style property.
Public propertySize
Entity current size property.
Public propertySpaceAfter
Extra space (in pixels) to reserve *after* this entity when using Auto Anchors.
Public propertySpaceBefore
Extra space (in pixels) to reserve *before* this entity when using Auto Anchors.
Public propertyState
Current entity state (default / mouse hover / mouse down..).
Public propertyVisible
Set / get visibility.
Top
See Also