Name | Description | |
---|---|---|
![]() | CanClip | Overridden. Gets whether the node can provide a clip area for itself. |
![]() | CanClipChildren | Overridden. Gets whether the node can provide a clip area for its children. |
![]() ![]() | FromObject | Creates or gets the widget from an object. You can pass the following object types to this method:
1. NWidget - returns the NWidget itself. 2. NImage - returns a NImageBox that contains the NImage. 3. Any other non null object - returns an NLabel the text of which is the text representation of the object. |
![]() | GetChildrenClip | Overridden. Creates the clip region of the visual children (in local coordinates). |
![]() | GetClip | Overridden. Creates the clip region of the visual (in local coordinates). |
![]() | GetMargins | Overridden. Gets the margins of the element. This implementation returns the computed value of the Margins property. |
![]() | GetPaintCacheMode | Overridden. Gets the mode in which this displayable node can cache its painting. Overriden to return ENPaintCacheMode.Auto. |
![]() | HitTest | Overloaded. Overridden. Hit tests the widget by point. |
![]() | InvalidateArrange | Overridden. Invalidates the element arrange |