Interface
ISparkViewHost

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public interface ISparkViewHost

Properties

ClientRectangle

Declaration

cs-api-definition
RectangleF ClientRectangle { get; }

Property Value

RectangleF

Control

Declaration

cs-api-definition
Control Control { get; }

Property Value

Control

Controllers

Declaration

cs-api-definition
SparkViewControllerCollection Controllers { get; set; }

Property Value

SparkViewControllerCollection

View

Declaration

cs-api-definition
SparkView View { get; set; }

Property Value

SparkView

Visible

Declaration

cs-api-definition
bool Visible { get; set; }

Property Value

bool

Methods

Invalidate()

Declaration

cs-api-definition
void Invalidate()

OnPaintSparkFill(object, PaintSparkFillEventArgs)

Declaration

cs-api-definition
void OnPaintSparkFill(object sender, PaintSparkFillEventArgs e)

Parameters

sender

object

e

PaintSparkFillEventArgs

OnPaintSparkStroke(object, PaintSparkStrokeEventArgs)

Declaration

cs-api-definition
void OnPaintSparkStroke(object sender, PaintSparkStrokeEventArgs e)

Parameters

sender

object

e

PaintSparkStrokeEventArgs