Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / AreaElementInfos Class / Points Property


In This Topic
    Points Property
    In This Topic
    Gets the bounds of any element that is of the line type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Points As PointCollection
    'Usage
     
    
    Dim instance As AreaElementInfos
    Dim value As PointCollection
     
    value = instance.Points
    public PointCollection Points {get;}
    Remarks
     An Axis is a common example of an element that is of the line type. 
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also