Skybound Rebar

RebarMenuRenderer.GetBorderSize Method 

Returns the size of the borders drawn around a menu window. MenuBorderSize.Width specifies the size of the left and right borders, and MenuBorderSize.Height specifies the size of the top and bottom borders.

[Visual Basic]
Overridable Public Function GetBorderSize() As Size
[C#]
public virtual Size GetBorderSize();

Return Value

The size of the borders drawn around the menu window. The default value is (3, 3).

See Also

RebarMenuRenderer Class | Skybound.Rebar.Rendering Namespace