Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / MoveFloatingObjectExtent Class / OffsetX Property


In This Topic
    OffsetX Property
    In This Topic
    Gets the X offset.
    Syntax
    'Declaration
     
    Public ReadOnly Property OffsetX As Double
    'Usage
     
    Dim instance As MoveFloatingObjectExtent
    Dim value As Double
     
    value = instance.OffsetX
    public double OffsetX {get;}

    Property Value

    The X offset.
    See Also