Table of Contents

Method GetCommonAvailableProperties

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

GetCommonAvailableProperties(IEnumerable<Type>)

Gets the available properties common to all input types.

public static IEnumerable<PropertyDescriptor> GetCommonAvailableProperties(IEnumerable<Type> types)

Parameters

types IEnumerable<Type>

List of input types. The list must have at least one element.

Returns

IEnumerable<PropertyDescriptor>

GetCommonAvailableProperties(IEnumerable<object>)

Gets common properties between elements. Includes attached properties too.

public static IEnumerable<PropertyDescriptor> GetCommonAvailableProperties(IEnumerable<object> elements)

Parameters

elements IEnumerable<object>

Returns

IEnumerable<PropertyDescriptor>