Skybound Rebar

MeasureButtonEventArgs.Renderer Property

Gets a renderer that can measure the button.

[Visual Basic]
Public ReadOnly Property Renderer As RebarButtonRenderer
[C#]
public Rendering.RebarButtonRenderer Renderer {get;}

Property Value

A RebarButtonRenderer that can measure the button.

Remarks

Use this property to obtain additional information about where specific elements of a button, such as the image, text, or drop-down menu, are located using the default measuring routines.

For more information about rendering buttons, see the class decription for RebarButtonRenderer.

See Also

MeasureButtonEventArgs Class | Skybound.Rebar Namespace