Name | Description | |
---|---|---|
NWidget Constructor | Default constructor. |
The following tables list the members exposed by NWidget.
Name | Description | |
---|---|---|
NWidget Constructor | Default constructor. |
Name | Description | |
---|---|---|
ArrangeSlotProperty | Reference to the ArrangeSlot property | |
HorizontalPlacementProperty | Reference to the HorizontalPlacement property | |
InvalidateArrangeHint_SlotArrangeOnly | ArrangeHint, that can be passed to NWidget instances and hints them to invalidate only the arrangement of the box inside the arrange slot. | |
MarginsProperty | Reference to the Margins property | |
NWidgetSchema | Schema associated with NWidget | |
VerticalPlacementProperty | Reference to the VerticalPlacement property | |
VisibilityProperty | Reference to the Visibility property |
Name | Description | |
---|---|---|
ArrangeSlot | Gets or sets the arrange slot of the widget (in parent coordinates). | |
HorizontalPlacement | Gets or sets the horizontal placement of the widget, relative to the arrange slot allocated to the box. | |
Margins | Gets or sets the margins. | |
VerticalPlacement | Gets or sets the vertical placement of the widget, relative to the arrange slot allocated to the box. | |
Visibility | Gets or sets the widget visibility. |
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 |
Name | Description | |
---|---|---|
ACYC | ||
CreateHitTestRegion | Gets the hit test region for this widget. The returned region is used in both point and region widget hit tests. | |
EdYC | ||
fSC | Overridden. | |
IdC | Overridden. | |
IsCollapsed | Overridden. Overriden to return true, if the Visibility property is equal to ENVisibility.Collapsed. | |
MeasureChildrenHeightSum | Gets the sum of the measure height of all widget children of this box | |
MeasureChildrenMaxHeight | Gets the max measure height of all widget children of this box | |
MeasureChildrenMaxWidth | Gets the max measure width of all widget children of this box | |
MeasureChildrenWidthSum | Gets the sum of the measure width of all widget children of this box | |
OdC | Overridden. | |
OnArrangeSlotChanged | Called when the width or height of the arrange slot has changed. | |
OnVisibilityChanged | Called when the Visibility property has changed. | |
SkipBranchDisplayTraversal | Overridden. Determines whether the context needs to visit this displayable branch. | |
YbYC |