Interface ISparkViewHost
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface ISparkViewHost
Properties
ClientRectangle
Declaration
RectangleF ClientRectangle { get; }
Property Value
System.Drawing.RectangleF
|
Control
Declaration
Control Control { get; }
Property Value
System.Windows.Forms.Control
|
Controllers
Declaration
SparkViewControllerCollection Controllers { get; set; }
Property Value
SparkViewControllerCollection
|
View
Visible
Declaration
bool Visible { get; set; }
Property Value
System.Boolean
|
Methods
Invalidate()
Declaration
void Invalidate()
OnPaintSparkFill(Object, PaintSparkFillEventArgs)
Declaration
void OnPaintSparkFill(object sender, PaintSparkFillEventArgs e)
Parameters
System.Object
sender
|
PaintSparkFillEventArgs
e
|
OnPaintSparkStroke(Object, PaintSparkStrokeEventArgs)
Declaration
void OnPaintSparkStroke(object sender, PaintSparkStrokeEventArgs e)
Parameters
System.Object
sender
|
PaintSparkStrokeEventArgs
e
|