InterfaceISparkViewHost
Interface
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public interface ISparkViewHost
Properties
Controllers
Declaration
cs-api-definition
SparkViewControllerCollection Controllers { get; set; }
Property Value
Methods
Invalidate()
Declaration
cs-api-definition
void Invalidate()
OnPaintSparkFill(object, PaintSparkFillEventArgs)
Declaration
cs-api-definition
void OnPaintSparkFill(object sender, PaintSparkFillEventArgs e)
Parameters
sender
e
OnPaintSparkStroke(object, PaintSparkStrokeEventArgs)
Declaration
cs-api-definition
void OnPaintSparkStroke(object sender, PaintSparkStrokeEventArgs e)
Parameters
sender
e