Gets or sets a value indicating the amount of time spent aligning the image.
Syntax
'Declaration
Public Property AlignmentTime As TimeSpan
'Usage
Dim instance As FormTimingResult
Dim value As TimeSpan
instance.AlignmentTime = value
value = instance.AlignmentTime
public TimeSpan AlignmentTime {get; set;}
public: __property TimeSpan get_AlignmentTime();
public: __property void set_AlignmentTime(
TimeSpan value
);
public:
property TimeSpan AlignmentTime {
TimeSpan get();
void set ( TimeSpan value);
}
See Also