Method | Description | |
---|---|---|
GetRegionManager ( DependencyObject element ) : IRegionManager |
Gets the value of the RegionName attached property.
|
|
GetRegionName ( DependencyObject element ) : string |
Gets the value for the RegionName attached property.
|
public GetRegionManager ( DependencyObject element ) : IRegionManager | ||
element | DependencyObject | The target element. |
return | IRegionManager |
public GetRegionName ( DependencyObject element ) : string | ||
element | DependencyObject | The object to adapt. This is typically a container (i.e a control). |
return | string |