Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / GridLine Class / GridPoint Property


In This Topic
    GridPoint Property
    In This Topic
    Gets the layout point used to calculate position of the element.
    Syntax
    'Declaration
     
    Public ReadOnly Property GridPoint As Point
    'Usage
     
    Dim instance As GridLine
    Dim value As Point
     
    instance.GridPoint = value
     
    value = instance.GridPoint
    public Point GridPoint {get;}

    Property Value

    The Point used to calculate position of the element.
    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