Table of Contents

Class AttachedProperties

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

Provides attached properties.

public static class AttachedProperties
Inheritance
AttachedProperties
Inherited Members

Fields

NameProperty

The name property

public static readonly DependencyProperty NameProperty

Field Value

DependencyProperty

Methods

GetName(DependencyObject)

Gets the name of the model.

public static string GetName(this DependencyObject obj)

Parameters

obj DependencyObject

The model.

Returns

string

The name.

SetName(DependencyObject, string)

Sets the name of the model.

public static void SetName(this DependencyObject obj, string value)

Parameters

obj DependencyObject

The model.

value string

The value.