I am using Infragistics XamOutlookBar bar, my form's layout is rounded from the left and right, on the left I placed that Outlook bar control and on the right I placed Infragistics XamDockManager control. I load the forms on the right area through XamOutlookBar, since my form is in rounded shape from left and right, so please advice me how do I give curve on the right for XamOutlookBar and on the left for XamDockManager. I am attaching a layout picture so that you have better idea, what I need.
I'm sorry but I don't have any such samples as this isn't specific to our controls. You may want to check the MS documentation regarding properties like Clip or their documentation on creating custom templates for controls in WPF (e.g. ControlTemplate or this topic). As I mentioned, we ship the default xaml for our controls in the DefaultStyles directory so you can use that as the basis for your custom templates.
Thank you very much smith for the reply, could you please elaborate your answer by some example. Actually I am very new to WPF and have lot of difficulties while working with it, but I am sure that if you type of Gurus help me type of idiots then me type of people can work and can run as well.
Regards
I think this would be the same for any WPF control - you would need to define your own custom template for the control or try to set the margin to leave space on the right and set the Clip to an appropriate geometry to clip that portion of the control. You can use the default xaml we include with the install in the DefaultStyles directory as the basis for your custom template.