Table of Contents

Method FromSystemType

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

FromSystemType(Type)

Retrieve a DependencyObjectType that represents a given system (CLR) type

public static DependencyObjectType FromSystemType(Type systemType)

Parameters

systemType Type

The system (CLR) type to convert

Returns

DependencyObjectType

A DependencyObjectType that represents the system (CLR) type (will create a new one if doesn't exist)