Entity.GetActiveStyle Method

GeonBit.UI

EntityGetActiveStyle Method
Return stylesheet property for current entity state (or default if undefined for state).

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public StyleProperty GetActiveStyle(
	string property
)

Parameters

property
Type: SystemString
Property identifier.

Return Value

Type: StyleProperty
Stylesheet property value for current entity state, or default if not defined.
See Also