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