ColorMatrix.Matrix03 Property

Definition

Gets or sets the element at the 0 (zero) row and third column of this ColorMatrix. Represents the alpha component.

public:
 property float Matrix03 { float get(); void set(float value); };
public float Matrix03 { get; set; }
member this.Matrix03 : single with get, set
Public Property Matrix03 As Single

Property Value

The element at the 0 row and third column of this ColorMatrix.

Applies to