ScaleToPercentConverterConvert - метод |
Convert a fraction to a percentage.
Пространство имён:
Tessa.UI.Controls.Zooming
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public Object Convert(
Object value,
Type targetType,
Object parameter,
CultureInfo culture
)
Public Function Convert (
value As Object,
targetType As Type,
parameter As Object,
culture As CultureInfo
) As Object
public:
virtual Object^ Convert(
Object^ value,
Type^ targetType,
Object^ parameter,
CultureInfo^ culture
) sealed
abstract Convert :
value : Object *
targetType : Type *
parameter : Object *
culture : CultureInfo -> Object
override Convert :
value : Object *
targetType : Type *
parameter : Object *
culture : CultureInfo -> Object
Параметры
- value
- Тип: SystemObject
- targetType
- Тип: SystemType
- parameter
- Тип: SystemObject
- culture
- Тип: System.GlobalizationCultureInfo
Возвращаемое значение
Тип:
ObjectРеализации
IValueConverterConvert(Object, Type, Object, CultureInfo)См. также