BoundsControl.LinksConfig Property
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.
This section defines the links / lines that are drawn between the corners of the control.
public:
property Microsoft::MixedReality::Toolkit::UI::BoundsControl::LinksConfiguration ^ LinksConfig { Microsoft::MixedReality::Toolkit::UI::BoundsControl::LinksConfiguration ^ get(); void set(Microsoft::MixedReality::Toolkit::UI::BoundsControl::LinksConfiguration ^ value); };
public Microsoft.MixedReality.Toolkit.UI.BoundsControl.LinksConfiguration LinksConfig { get; set; }
member this.LinksConfig : Microsoft.MixedReality.Toolkit.UI.BoundsControl.LinksConfiguration with get, set
Public Property LinksConfig As LinksConfiguration