Skybound Rebar

RebarButtonRenderer.HotLightEffect Property

Gets or sets the effect used to render the image on the button when it is in a "hot" state.

[Visual Basic]
Public Property HotLightEffect As HotLightEffect
[C#]
public Skybound.Rebar.HotLightEffect HotLightEffect {get; set;}

Property Value

One of the HotLightEffect values that specifies the type of effect to use when drawing the image.

Remarks

The effect is applied when State is RebarButtonState.Hot, RebarButtonState.Pushed or RebarButtonState.DropDownPushed.

See Also

RebarButtonRenderer Class | Skybound.Rebar.Rendering Namespace