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