PictureEffect.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the position of a picture effect in a chain of composite effects.
public:
property int Position { int get(); void set(int value); };
public int Position { get; set; }
member this.Position : int with get, set
Public Property Position As Integer
Property Value
Remarks
Read/write. Picture effects are processed as a chain composed of individual items which are applied in sequence to create the final composited image. An effects chain enables an effect to be added to the chain, reordered, or removed from the chain.