Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictureEffect Interface / Position Property


In This Topic
    Position Property (IPictureEffect)
    In This Topic
    Gets or sets the position of a picture effect in a chain of composite effects.
    Syntax
    'Declaration
     
    
    Property Position As Integer
    'Usage
     
    
    Dim instance As IPictureEffect
    Dim value As Integer
     
    instance.Position = value
     
    value = instance.Position
    int Position {get; set;}

    Property Value

    The position of a picture effect in a chain of composite effects.
    See Also