Label.GetChildElements(Point) 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.
Returns the child elements that are under the specified point.
public:
override System::Collections::Generic::IList<Microsoft::Maui::Controls::GestureElement ^> ^ GetChildElements(Microsoft::Maui::Graphics::Point point);
public override System.Collections.Generic.IList<Microsoft.Maui.Controls.GestureElement> GetChildElements (Microsoft.Maui.Graphics.Point point);
override this.GetChildElements : Microsoft.Maui.Graphics.Point -> System.Collections.Generic.IList<Microsoft.Maui.Controls.GestureElement>
Public Overrides Function GetChildElements (point As Point) As IList(Of GestureElement)
Parameters
- point
- Point
The point under which to look for child elements.
Returns
The child elements that are under the specified point.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.