Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / PositionedElement Class / AbsolutePosition Property


In This Topic
    AbsolutePosition Property
    In This Topic
    Gets or sets the absolute Position of the PositionedElement.
    Syntax
    'Declaration
     
    
    Public Property AbsolutePosition As Position
    'Usage
     
    
    Dim instance As PositionedElement
    Dim value As Position
     
    instance.AbsolutePosition = value
     
    value = instance.AbsolutePosition
    public Position AbsolutePosition {get; set;}
    Remarks

    Note that setting a value in this property will remove the value in the AnchorPosition property because using the AbsolutePosition property creates an AbsoluteAnchor, which doesn't use the AnchorPosition property.   

    Also note that all values in this property must be positive.

    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