Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / ZIndexStop Class / ZIndexFactor Property


In This Topic
    ZIndexFactor Property
    In This Topic
    Gets or sets the z-index factor to be used when calculating the z-index at this z-index stop.
    Syntax
    'Declaration
     
    Public Property ZIndexFactor As Double
    'Usage
     
    Dim instance As ZIndexStop
    Dim value As Double
     
    instance.ZIndexFactor = value
     
    value = instance.ZIndexFactor
    public double ZIndexFactor {get; set;}

    Property Value

    A double value between 0.0 and 1.0 representing the z-index factor to be used when calculating the z-index at this z-index stop.
    Remarks
    Setting ZIndexFactor to 0.0 will result in the container being placed at the back. Setting it to 1.0 will place a container completely at the front.
    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