RelativePanel.SetRightOf(UIElement, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void SetRightOf(UIElement ^ element, Platform::Object ^ value);
static void SetRightOf(UIElement const& element, IInspectable const& value);
public static void SetRightOf(UIElement element, object value);
function setRightOf(element, value)
Public Shared Sub SetRightOf (element As UIElement, value As Object)
Parameters
- element
- UIElement
- value
-
Object
Platform::Object
IInspectable