Class Layer.VisibilityChangedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Event arguments of visibility changed.

C#
Copy
public class VisibilityChangedEventArgs : EventArgs
Inheritance
Layer.VisibilityChangedEventArgs

Properties

View Source

Layer

The layer whose visibility has changed.

Declaration
C#
Copy
public Layer Layer { get; set; }
Property Value
Type Description
Layer
View Source

Visibility

Whether the layer is now visible or not.

Declaration
C#
Copy
public bool Visibility { get; set; }
Property Value
Type Description
Boolean

Extension Methods