Interface IWindowInfo

Definition

Namespace:
Tizen.Applications.ComponentBased.Common
Assembly:
Tizen.Applications.ComponentBased.dll
API Level:
6

Interface for window information

C#
Copy
public interface IWindowInfo : IDisposable

Properties

View Source

ResourceId

Gets window resource ID

Declaration
C#
Copy
int ResourceId { get; }
Property Value
Type Description
Int32