Class CapturePropertyAssignment
Represents a value that will be assigned to the specified camera or video file property upon initialization.
public class CapturePropertyAssignment
- Inheritance
-
CapturePropertyAssignment
- Inherited Members
Properties
Property
Gets or sets the property that the value will be assigned to.
public CaptureProperty Property { get; set; }
Property Value
- CaptureProperty
Value
Gets or sets the value to be assigned to the property.
public double Value { get; set; }
Property Value
Methods
ToString()
Creates a string representation of this CapturePropertyAssignment object.
public override string ToString()
Returns
- string
A string containing the name of the property and the value to be assigned by this CapturePropertyAssignment object.