Table of Contents

Property ObjectType

Namespace
Alternet.UI.Markup
Assembly
Alternet.UI.dll

ObjectType

The CLR type for the object. For example, an item representing a Button would return the equivilient of typeof(System.Windows.Button).

public abstract Type ObjectType { get; }

Property Value

Type