Interface ISparkElementPresenter
Defines a type which may visualize a logical spark element.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface ISparkElementPresenter
Properties
IsVisible
Gets a value indicating whether this instance is visible.
Declaration
bool IsVisible { get; }
Property Value
System.Boolean
|
Methods
MeasureContent(SparkNode, Object)
Retrieves the desired size of the specified logical node's content.
Declaration
RadSize MeasureContent(SparkNode owner, object content)
Parameters
SparkNode
owner
|
System.Object
content
|
Returns
RadSize
|
RefreshNode(SparkNode)
Invalidates the visual representation of the specified logical node.
Declaration
void RefreshNode(SparkNode node)
Parameters
SparkNode
node
|