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
Methods
GetName(DependencyObject)
Gets the name of the model.
public static string GetName(this DependencyObject obj)
Parameters
objDependencyObjectThe model.
Returns
- string
The name.
SetName(DependencyObject, string)
Sets the name of the model.
public static void SetName(this DependencyObject obj, string value)
Parameters
objDependencyObjectThe model.
valuestringThe value.