TessaDoughnuntSegmentCreateVisual(Size) - метод |
Used for creating UIElement for rendering this segment. This method is not
intended to be called explicitly outside the Chart but it can be overridden by
any derived class.
Пространство имён:
Tessa.UI.Views.Charting.Series
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public virtual UIElement CreateVisual(
Size size
)
Public Overridable Function CreateVisual (
size As Size
) As UIElement
public:
virtual UIElement^ CreateVisual(
Size size
)
abstract CreateVisual :
size : Size -> UIElement
override CreateVisual :
size : Size -> UIElement
Параметры
- size
- Тип: System.WindowsSize
Size of the panel
Возвращаемое значение
Тип:
UIElement
returns UIElement
См. также