Share via


RegionAdapterBase<T>.RegionBehaviorFactory Property

Gets or sets the factory used to create the region behaviors to attach to the created regions.

Namespace:  Microsoft.Practices.Composite.Presentation.Regions
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Protected Property RegionBehaviorFactory As IRegionBehaviorFactory
protected IRegionBehaviorFactory RegionBehaviorFactory { get; set; }
protected:
property IRegionBehaviorFactory^ RegionBehaviorFactory {
    IRegionBehaviorFactory^ get ();
    void set (IRegionBehaviorFactory^ value);
}
function get_regionBehaviorFactory();
function set_regionBehaviorFactory(value);

See Also

RegionAdapterBase<T> Class

Microsoft.Practices.Composite.Presentation.Regions Namespace