UIServiceBase<T> Properties
The base class for the UIServiceBase.
Name | Description |
---|---|
Is |
Gets whether the behavior is attached to its associated object. Inherited from Behavior. |
Name | Gets or sets the service name that is used to register the service to a service container. You can use it to implement separate access to services that implement the same service. |
Service |
Gets or sets a service container where the service is registered. This is a dependency property. |
See Also