Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImage Class / ZIndex Property
Example


In This Topic
    ZIndex Property (SpreadImage)
    In This Topic
    Gets or sets a zindex which the current spread image is displayed in.
    Syntax
    'Declaration
     
    
    Public Overridable Property ZIndex As Integer
    'Usage
     
    
    Dim instance As SpreadImage
    Dim value As Integer
     
    instance.ZIndex = value
     
    value = instance.ZIndex
    public virtual int ZIndex {get; set;}
    Example
    This example sets the ZIndex property.
    See Also