Table of Contents

Method GetAvailableProperties

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

GetAvailableProperties(Type)

Gets the available properties for the type.

public static IEnumerable<PropertyDescriptor> GetAvailableProperties(Type forType)

Parameters

forType Type

Returns

IEnumerable<PropertyDescriptor>

GetAvailableProperties(object)

Gets available properties for an object, includes attached properties also.

public static IEnumerable<PropertyDescriptor> GetAvailableProperties(object element)

Parameters

element object

Returns

IEnumerable<PropertyDescriptor>