Interface IWidgetRanged
- Namespace
- RetroEditor.Plugins
- Assembly
- RetroEditor.dll
Interface for a widget that has a ranged value
public interface IWidgetRanged : IWidgetHandleable, IWidgetEnableable, IWidgetItem
- Inherited Members
Properties
Value
The value of the widget
int Value { get; set; }