Click or drag to resize
AB4D logo

DXViewSetDXAttributeCollection Method

Sets the DXAttributeCollectionProperty to the specified element

Namespace: Ab3d.DirectX.Controls
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public static void SetDXAttributeCollection(
	UIElement element,
	Object newValue
)

Parameters

element  UIElement
UIElement
newValue  Object
new valur for DXAttributeCollectionProperty
See Also