Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid.Views3D Assembly / Xceed.Wpf.DataGrid.Views Namespace / CardflowView3D Class / SideCardsXOffset Property


In This Topic
    SideCardsXOffset Property (CardflowView3D)
    In This Topic
    Gets or sets the X-axis offset of the cards located to either side of the center card, measured from the middle of the center card (see Remarks).
    Syntax
    'Declaration
     
    Public Property SideCardsXOffset As Double
    'Usage
     
    Dim instance As CardflowView3D
    Dim value As Double
     
    instance.SideCardsXOffset = value
     
    value = instance.SideCardsXOffset
    public double SideCardsXOffset {get; set;}

    Property Value

    A double representing the X-axis offset, in card widths, of the cards located to either side of the center card, measured from the middle of the center card. By default, 0.75d.
    Remarks

    Changing the X or Z side-card offsets results in the side cards being moved along the corresponding X or Z axis. Offsets are measured in card widths, meaning that an offset of +1 on the Z axis will cause the side-cards to move 1 card width forward (red cards in the diagram below).

    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