DataPA Enterprise Dashboard Controls 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
| C# | 
|---|
public Point TextPosition { get; set; } | 
| Visual Basic | 
|---|
Public Property TextPosition As Point
	Get
	Set  | 
| Visual C++ | 
|---|
public:
virtual property Point TextPosition {
	Point get () sealed;
	void set (Point value) sealed;
} | 
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