Method SetToolRightSideElementMinWidth
SetToolRightSideElementMinWidth(float)
Sets the minimum width of the right side element for all child elements that are speed buttons.
public virtual void SetToolRightSideElementMinWidth(float width)
Parameters
widthfloatThe minimum width, in device-independent units, to set for the right side of each speed button.
Remarks
This method iterates through the child elements and applies the specified width to the MinRightSideWidth property of each child that is a SpeedButton.