Hello everyone,
I am using VSTS 2008 + Silverlight 3 with Silverlight Popup control. I am confused about the VerticalOffset property.
From MSDN, it is mentioned,
"Gets or sets the vertical distance between the target origin and the popup alignment point. This is a dependency property."
http://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.popup.verticaloffset.aspx
My confusion is what means "between the target origin and the popup alignment point"? Especially what means "target origin" and "popup alignment point"?
thanks in advance, George