| LayoutManagerT Methods | 
The LayoutManagerT generic type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddRemoteMedia | 
            Adds remote media to the layout.
             | 
|  | AddRemoteView | 
            Adds a remote view to the layout.
             | 
|  | AddRemoteViews | 
            Adds remote views to the layout.
             | 
|  | AddView | 
            Adds a view to the container.
             | 
|  | ApplyPreset | 
            Applies a preset.
            (Inherited from LayoutPreset.) | 
|  | CalculateLayout | 
            Gets a video frame layout.
            (Inherited from LayoutPreset.) | 
|  | CopyToPreset | 
            Copies this preset's properties to another preset.
            (Inherited from LayoutPreset.) | 
|  | DispatchToMainThread | 
            Dispatches an action to the main thread.
             | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetDynamicValue | 
            Gets a property value from the local cache.
            (Inherited from Dynamic.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetLayout(Int32, Int32, Int32) | 
            Gets a video frame layout.
             | 
|  | GetLayout(Int32, Int32, Int32, String) | 
            Gets a video frame layout.
             | 
|  | GetLocalView | 
            Gets the local view from the layout.
             | 
|  | GetRemoteView | 
            Gets a remote view from the layout.
             | 
|  | GetRemoteViewIds | 
            Gets the IDs of the remote views in the layout.
             | 
|  | GetRemoteViews | 
            Gets all remote views from the layout.
             | 
|  | GetRemoteViews(String) | 
            Gets remote views from the layout.
             | 
|  | GetType | (Inherited from Object.) | 
|  | Layout | 
            Positions the local and remote views within the layout.
             | 
|  | LayoutOnMainThread | 
            Positions the local and remote views within the layout
            after dispatching to the main thread.
             | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | RemoveRemoteMedia | 
            Removes remote media from the layout.
             | 
|  | RemoveRemoteView | 
            Removes a remote view from the layout.
             | 
|  | RemoveRemoteViews | 
            Removes all remote views from the layout.
             | 
|  | RemoveRemoteViews(String) | 
            Removes remote views from the layout.
             | 
|  | RemoveView | 
            Removes a view from the container.
             | 
|  | Reset | 
            Removes all remote views from the layout,
            then removes the local view from the layout.
             | 
|  | SetDynamicValue | 
            Sets a property value in the local cache.
            (Inherited from Dynamic.) | 
|  | SetLocalMedia | 
            Adds the local media to the layout.
             | 
|  | SetLocalView | 
            Adds the local view to the layout.
             | 
|  | SwapRemoteMedia | 
            Swaps remote media in the layout.
             | 
|  | SwapRemoteView | 
            Swaps a remote view in the layout.
             | 
|  | SwapRemoteViews | 
            Swaps remote views in the layout.
             | 
|  | ToString | (Inherited from Object.) | 
|  | UnsetDynamicValue | 
            Unsets a property value in the local cache.
            (Inherited from Dynamic.) | 
|  | UnsetLocalView | 
            Removes the local view from the layout.
             | 
 See Also
See Also