Interface
IElementPresenter

Represents an instance that may visualize a Element instance on the screen. Typically this interface is implemented by platform-specific types like the XAML Control class.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public interface IElementPresenter

Derived Classes: AdaptiveMovingAverageKaufmanIndicatorAreaSeriesAverageTrueRangeIndicatorAxisBarIndicatorBaseBarSeriesBollingerBandsIndicatorBoxPlotSeriesBubbleSeriesCandlestickSeriesCartesianAxisCartesianChartAnnotationCartesianChartGridCartesianCustomAnnotationCartesianCustomLineAnnotationCartesianFromToAnnotationCartesianGridLineAnnotationCartesianMarkedZoneAnnotationCartesianPlotBandAnnotationCartesianSeriesCartesianStrokedAnnotationCategoricalAxisCategoricalRadialAxisCategoricalSeriesCategoricalSeriesBaseCategoricalStrokedSeriesChartAnnotationChartElementPresenterChartGridChartSeriesCommodityChannelIndexIndicatorDateTimeCategoricalAxisDateTimeContinuousAxisDoughnutSeriesErrorBarSeriesExponentialMovingAverageIndicatorHighLowCloseIndicatorBaseHighLowClosePeriodIndicatorBaseHighLowIndicatorBaseIndicatorBaseLineAxisLineIndicatorBaseLineSeriesLinearAxisLogarithmicAxisMacdIndicatorMacdhIndicatorModifiedExponentialMovingAverageIndicatorModifiedMovingAverageIndicatorMomentumIndicatorMovingAverageIndicatorNumericalAxisNumericalRadialAxisOhlcSeriesOhlcSeriesBaseOscillatorIndicatorPieSeriesPointSeriesPointTemplateSeriesPolarAreaSeriesPolarAxisPolarAxisGridLineAnnotationPolarAxisPlotBandAnnotationPolarChartAnnotationPolarChartGridPolarCustomAnnotationPolarLineSeriesPolarPointSeriesPolarSeriesPolarSplineAreaSeriesPolarSplineSeriesPolarStrokedAnnotationPresenterBaseRadCartesianChartRadChartBaseRadPieChartRadPolarChartRadarAreaSeriesRadarLineSeriesRadarPointSeriesRadarSplineAreaSeriesRadarSplineSeriesRadialAxisRadialAxisGridLineAnnotationRadialAxisPlotBandAnnotationRangeBarSeriesRangeSeriesRangeSeriesBaseRateOfChangeIndicatorRaviIndicatorRelativeMomentumIndexIndicatorRelativeStrengthIndexIndicatorScatterAreaSeriesScatterBubbleSeriesScatterLineSeriesScatterPointSeriesScatterRangeBarSeriesScatterSplineAreaSeriesScatterSplineSeriesShortLongPeriodIndicatorBaseSplineAreaSeriesSplineSeriesStepAreaSeriesStepLineSeriesStochasticFastIndicatorStochasticSlowIndicatorTrixIndicatorTrueRangeIndicatorUltimateOscillatorIndicatorValueIndicatorBaseValuePeriodIndicatorBaseWeightedMovingAverageIndicatorRadListViewRadDataGridScalePanel

Properties

IsVisible

Gets a value indicating whether this instance is visible.

Declaration

cs-api-definition
bool IsVisible { get; }

Property Value

bool

Methods

MeasureContent(object, object)

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

Declaration

cs-api-definition
RadSize MeasureContent(object owner, object content)

Parameters

owner

object

content

object

Returns

RadSize

RefreshNode(object)

Invalidates the visual representation of the specified logical node.

Declaration

cs-api-definition
void RefreshNode(object node)

Parameters

node

object