Property | Type | Description | |
---|---|---|---|
ClearChildViewsProperty | DependencyProperty |
Method | Description | |
---|---|---|
GetClearChildViews ( DependencyObject target ) : bool |
Gets the ClearChildViews attached property from a DependencyObject.
|
|
SetClearChildViews ( DependencyObject target, bool value ) : void |
Sets the ClearChildViews attached property in a DependencyObject.
|
Method | Description | |
---|---|---|
OnAttach ( ) : void |
Subscribes to the Region's PropertyChanged method to monitor its RegionManager property.
|
Method | Description | |
---|---|---|
ClearChildViews ( IRegion region ) : void | ||
Region_PropertyChanged ( object sender, System e ) : void |
public static GetClearChildViews ( DependencyObject target ) : bool | ||
target | DependencyObject | The object from which to get the value. |
return | bool |
public static SetClearChildViews ( DependencyObject target, bool value ) : void | ||
target | DependencyObject | The object in which to set the value. |
value | bool | The value of to set in the target object's ClearChildViews attached property. |
return | void |