Name | Description | |
---|---|---|
![]() | CanAnchorHatches | Overridden. Determines whether hatch transformations can be anchored to this node coordinate system. |
![]() | CanAnchorShadows | Overridden. Determines whether shadow transformations can be anchored to this node coordinate system. |
![]() | CanTransform | Overridden. |
![]() | DoPostPaint | Overridden. Performs the element post children paint. |
![]() | DoPrePaint | Overridden. Performs the element pre children paint. |
![]() | GetBorderEdge | Overloaded. Gets the border edge (border area) of the element (in local coordinates) |
![]() | GetBorderThickness | Gets the border thickness of the element. This implementation returns the computed value of the BorderThickness property. |
![]() | GetContentEdge | Overloaded. Gets the content edge (inner edge) of the element (in local coordinates) |
![]() | GetFocusEdge | Gets the edge of the focus frame. This implementation returns the middle between the padding and the content edge |
![]() | GetInsets | Gets the element insets, which is the sum of the margins, padding and border thickness. |
![]() | GetMargins | Gets the margins of the element. This implementation returns empty margins, since by default Box elements do not have margins. |
![]() | GetMeasure | Gets the measure of the element that is applicable for the current value of visitor.DefaultMeasure property. If it is true, returns DefaultSize, otherwise returns DesiredSize. |
![]() | GetPadding | Gets the padding of the element. This implementation returns the computed value of the Padding property. |
![]() | GetPaddingEdge | Overloaded. Gets the padding edge (padding area) of the element (in local coordinates) |
![]() | GetTransform | Overridden. Gets the matrix that transforms local to parent coordinates. |
![]() | InvalidateArrange | Invalidates the element arrange |
![]() | InvalidateArrangeFromChild | Called by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. |
![]() | InvalidateMeasure | Invalidates the element measure and pools the element for measure validation. |
![]() | InvalidateMeasureFromChild | Called by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. |
![]() | LocalToParent | Overloaded. Overridden. Transforms a point in local coordinates to the coordinates of its parent coordinate system |
![]() | ParentToLocal | Overloaded. Overridden. Transforms a point in parent coordinates to local coordinates |
![]() | SetBorder | Overloaded. Shortcut method for setting the Border and the BorderThickness properties. |
![]() | TryGetScreenBounds | Tries to get the screen bounds of this element |
![]() | ValidateArrange | Called to arrange the element |
![]() | ValidateMeasure | Called to validate the element measure |