Returns the given x-coordinate translated within the bounds of the current renderer to support right-to-left layouts.
An Int32 value that is translated within the bounds of the control.
When RightToLeft is false, this method simply returns the Int32 specified in x. Otherwise, the coordinate is flipped across the y-axis at the center point of the control's bounds. This is useful for supporting right-to-left layouts.
ControlRenderer Class | Skybound.Rebar.Rendering Namespace | ControlRenderer.RtlTranslate Overload List