Class LayoutEventArgs
Holds information about size of the area which can be used for layout.
Inheritance
System.Object
System.EventArgs
LayoutEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Tizen.UIExtensions.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class LayoutEventArgs : EventArgs
Properties
Geometry
Geometry of the layout area, absolute coordinate
Declaration
public Rect Geometry { get; set; }
Property Value
Type | Description |
---|---|
Rect |