SplashScreenTextPosition Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the position of the text relative to the top left corner of the image.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Point TextPosition { get; set; }
Public Property TextPosition As Point
Get
Set
public:
virtual property Point TextPosition {
Point get () sealed;
void set (Point value) sealed;
}
function get_TextPosition();
function set_TextPosition(value);
Property Value
Type:
PointThe position of the text relative to the top left corner of the image.
Return Value
Type:
PointThe position of the text relative to the top left corner of the image.
Remarks See Also