FadingPainterTStateState Property
Gets or sets the stored last state explicitly. Setting this property does not invalidate the host control.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public TState State { get; set; }
Public Property State As TState
Get
Set
public:
property TState State {
TState get ();
void set (TState value);
}
member State : 'TState with get, set
Property Value
TState