Gets a GwxDependencyObject for the specified DependencyObject.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public static GwxDependencyObject FromDependencyObject( DependencyObject component, GwxConfiguration config ) |
| Visual Basic |
|---|
Public Shared Function FromDependencyObject ( _ component As DependencyObject, _ config As GwxConfiguration _ ) As GwxDependencyObject |
| JScript |
|---|
public static function FromDependencyObject( component : DependencyObject, config : GwxConfiguration ) : GwxDependencyObject |
Parameters
- component
- Type: System.Windows..::..DependencyObject
A DependencyObject.
- config
- Type: Ico.Gwx..::..GwxConfiguration
GwxConfiguration assocaited with the object.