Form.TopOffset
Description:
Retrieve/set the top offset of the form object. It is only valid for locked form.
Retrieve/set the top offset of the form object. It is only valid for locked form.
public double TopOffset { get; set; }
-
Thrown when this is not a locked form.
-
Thrown when the value is invalid.
-
Thrown when it fail to get/set TopOffset.