New to Telerik UI for WinFormsStart a free 30-day trial

Defines a type which may visualize a logical spark element.

Definition

Properties

Gets a value indicating whether this instance is visible.

C#
bool IsVisible { get; }

Methods

Retrieves the desired size of the specified logical node's content.

C#
RadSize MeasureContent(SparkNode owner, object content)
Parameters:ownerSparkNodecontentobjectReturns:

RadSize

Invalidates the visual representation of the specified logical node.

C#
void RefreshNode(SparkNode node)
Parameters:nodeSparkNode